IPv6 Proxy Pool
This article is a step-by-step guide (and personal note) on how to configure an IPv6 proxy pool. It’s based on practical experiments with Debian/Ubuntu systems, with special thanks to zu1k and missuo for their excellent base guides and references. How It Works Assumptions: We have a dedicated ...
How to Update VMware ESXi
VMware ESXi Update References https://esxi-patches.v-front.de/ https://vt.wooomooo.com/?p=3956 Community Networking Driver for ESXi https://flings.vmware.com/community-networking-driver-for-esxi
SO_BINDTODEVICE Socket Option in Linux
Motivation While working on tun2socks, I spent some time on and off looking into how to make socket traffic leave through a specific interface instead of following the routing table. This would prevent certain traffic from going through the TUN interface and getting stuck in an infinite loop. Policy...