Releases: FlowerWrong/tun2socks
Releases · FlowerWrong/tun2socks
tun2socks 0.5 for darwin and linux amd64
You can use supervisor to manage it.
[program:tun2socks]
command=tun2socks_darwin_amd64 -c=config.example.ini
stdout_logfile=/tmp/stdout.log
stderr_logfile=/tmp/stderr.log
Routine maintenance version
- add more c api
- remove unnessasary wake up and accept pr
- remove app.Exit method, use app.Stop
- merge netstack to google/netstack@c6f7dce
Routine maintenance version
- add
auto-config-system-dns
andtcp timeout
prop - ignore broken pipe error log
- add tcp read timeout
- better log
Routine maintenance version
Routine maintenance version
- fix set and reset dns server to
127.0.0.1
automatically on windows and Raspberry Pi - remove fsnotify
- remove linux dns flush shell
Routine maintenance version
- fix get current active network interface with scutil on darwin
- add config watch and hot reload support
fix udp socks5 support and use less goroutine
- fix udp socks5 support, default timeout is 300s
- one tcp tunnel, two go routine.
First Blood
First pre release for tun2socks, enjoy it.