578141611
578141611
Excatly, I use tun2socks to open nic tap6 with tun mode,but there is a customer can not get ip packet via wireshark,so I check the code of tap6.I find the...
I want modify little code ,follows down. ` ETH_IS_BROADCAST(src->m_MAC_Destination) ` to ` ETH_IS_BROADCAST(src->m_MAC_Destination) || MAC_EQUAL (src->m_MAC_Destination, mac) ` according rfc 826 https://tools.ietf.org/html/rfc826 Another alternative is to have a daemon perform...
@cron2 Wish your reply, sincerely.
I try to use openssl + bio to implement ssl over socks5,but I fail. @ambrop72 can you answer such question: (1)Why introduce PacketStreamSender In socksclient,but do not use in tun2socks.In...
@ambrop72 I have already add ssl over socks5 in tun2socks.
@xDragonZ @4-FLOSS-Free-Libre-Open-Source-Software I can not shared the code,beacace of the limit of my company
Thank you. @ambrop72
兄弟应该有看过https://github.com/ambrop72/badvpn/ 这个?在看了c语言版本的,我自己也有想要实现一个C++的版本,也是考虑使用boost库实现。没想到在网上竟然找到了你的实现。 能问下你这个版本后续还有计划维护吗?想和你讨论一下一起做维护。
It run ok when using http 'http://199.201.74.95:10001' is nginx proxy for http ` ./ab-proxy -c 1 -n 1 --bursts 1 --proxy 'http://199.201.74.95:10001' 'www.baidu.com'`