Tun2socks Versions Save

Redirect tun flow to socks 5 in golang, support tcp and udp.

v0.5

5 years ago

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

0.7

6 years ago

0.6

6 years ago
  1. add auto-config-system-dns and tcp timeout prop
  2. ignore broken pipe error log
  3. add tcp read timeout
  4. better log

0.5

6 years ago
  1. add network interface config for windows, see this line
  2. wrap sync.waitgroup
  3. exported as a c static library, usage: see demo

0.4

6 years ago
  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

0.3

6 years ago
  1. fix get current active network interface with scutil on darwin
  2. add config watch and hot reload support

0.2

6 years ago
  1. fix udp socks5 support, default timeout is 300s
  2. one tcp tunnel, two go routine.

0.1

6 years ago

First pre release for tun2socks, enjoy it.