Skip to content

Releases: FlowerWrong/tun2socks

tun2socks 0.5 for darwin and linux amd64

14 Feb 09:39
Compare
Choose a tag to compare

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

09 May 06:56
Compare
Choose a tag to compare
Pre-release
  • 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

26 Jan 09:48
Compare
Choose a tag to compare
Pre-release
  1. add auto-config-system-dns and tcp timeout prop
  2. ignore broken pipe error log
  3. add tcp read timeout
  4. better log

Routine maintenance version

24 Jan 03:12
Compare
Choose a tag to compare
Pre-release
  1. add network interface config for windows, see this line
  2. wrap sync.waitgroup
  3. exported as a c static library, usage: see demo

Routine maintenance version

22 Jan 09:00
Compare
Choose a tag to compare
Pre-release
  1. fix set and reset dns server to 127.0.0.1 automatically on windows and Raspberry Pi
  2. remove fsnotify
  3. remove linux dns flush shell

Routine maintenance version

17 Jan 00:24
Compare
Choose a tag to compare
Pre-release
  1. fix get current active network interface with scutil on darwin
  2. add config watch and hot reload support

fix udp socks5 support and use less goroutine

16 Dec 07:10
Compare
Choose a tag to compare
  1. fix udp socks5 support, default timeout is 300s
  2. one tcp tunnel, two go routine.

First Blood

12 Dec 07:58
Compare
Choose a tag to compare
First Blood Pre-release
Pre-release

First pre release for tun2socks, enjoy it.