Kyou.

Results 42 comments of Kyou.

That's not a big deal, since Google's services are already almost universally unavailable in China. Of course, as professionals, we could have used "DNS hijacking" and "TCP/IP attacks" tech to...

Add system routing table rules to determine which traffic goes through the tun interface and which does not. And VEthernet already provides the functionality to operate on the operating system's...

AOT is not supported, this only works on x86. You can find the C/C++ implementation version of the VEthernet framework from this open source VPN repository. PPP PRIVATE NETWORK™ 2...

Why don't you check the system routing table? If so, it should not, unless the default route of your PC's current network card is 10.0.0.0.

VEthernet framework is now all open source, other C++ compiled library, in my open source warehouse can find the implementation, you this problem, if it is TAP IP, Gateway and...

From this routing table information, it does not go to in VEthernet. You try telnet this IP and port will not go to the virtual network card surface? If it...

If you connect to 127.0.0.1:1080 of the host then tun2socks sends all data to 127.0.0.1:1080. shadowsocks sends all data to the server ip address (assume: 1.1.1.1:7777), then 1.1.1.1:7777 is not...

In fact, you can use the existing "--bypass-iplist=./ip.txt"... Configure the shadowsocks server ip address within the ip.txt file.

调试日志通过DbgView工具查看,不要打控制台。 看版本,relay的方式是由中继服务器向S5链接的,其它的基本在WSPConnect函数中

有些程序利用TCP是Anit-LSP的,你可以看看ConnectEx-Hooks里面它调用了没有