gotun2socks icon indicating copy to clipboard operation
gotun2socks copied to clipboard

A Golang implementation of tun2socks

Results 11 gotun2socks issues
Sort by recently updated
recently updated
newest added

Client -> OpenVPN -> tun2Socks -> MITM-> OpenVPN -> Client.

I found that the UDP connection will be closed immediately when there is a UDP packet to receive, it happened here: ` udp.go line 311 .... case

How to set the tun dns server?

Since i want to use this project to play game and some game do some restriction that player can only match or join servers whose latency(test via icmp) below threshold,...

I want to use it to work with shadowsocks.That'll be wanderful.

What is the my_ss_server ? in command line sudo route add my_ss_server $origin_gw Is this command correct ? sudo ./gotun2socks --local-socks-addr 127.0.0.1:1080 sudo route add -net 0.0.0.0 10.0.0.1 -netmask 128.0.0.0...

There is a `tun_linux.go` file in `bin` directory, but missing `tun_darwin.go`.

The game doesn't go to PLAYERUNKNOWN's BATTLEGROUNDS

I try to follow the guide in the page https://code.google.com/archive/p/badvpn/wikis/tun2socks.wiki. I get lost at the step `Now start the program (on Linux, run it as ): badvpn-tun2socks --tundev --netif-ipaddr 10.0.0.2...