You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a issue!
I used tun2socks + ssh perfactly, now I want to modify some
function to fix my requests. Can you tell me how to build just tun2socks without
any other software on Windows system ?
Original issue reported on code.google.com by pzm200...@gmail.com on 9 May 2013 at 12:07
The text was updated successfully, but these errors were encountered:
In the source code there's a file called INSTALL-WINDOWS with compilation
instructions. To get tun2socks only, skip everything about NSS and OpenSSL,
then in the cmake command, add these arguments:
-DBUILD_NOTHING_BY_DEFAULT=1 -DBUILD_TUN2SOCKS=1 -DBUILD_UDPGW=1
I'll update the file sometime to mention this.
Original comment by ambr...@gmail.com on 9 May 2013 at 3:23
Original issue reported on code.google.com by
pzm200...@gmail.com
on 9 May 2013 at 12:07The text was updated successfully, but these errors were encountered: