eycorsican / go-tun2socks

A tun2socks implementation written in Go.
MIT License
1.3k stars 432 forks source link

unsupported proxy type #134

Closed bb33bb closed 4 years ago

bb33bb commented 4 years ago

tun2socks.exe -tunAddr 10.0.236.2 -tunMask 255.255.255.0 -tunGw 10.0.236.1 -tunName "SSTAP" -tunDns 114.114.114.114,8.8.8.8 -proxyType socks 2020/07/29 10:09:20 TAP device name: SSTAP 2020/07/29 10:09:20 Set SSTAP with net/mask: 10.0.236.2/255.255.255.0 through DHCP 2020/07/29 10:09:20 Set SSTAP with DNS: 114.114.114.114,8.8.8.8 through DHCP 2020/07/29 10:09:20 unsupported proxy type

eycorsican commented 4 years ago

I believe you're not running binaries download from the releases page.