Anonymous
7/4/2025, 10:58:35 AM No.1532372
What are your thoughts on my custom VPN client I wrote entirely in Python? It's ported for GNU/Linux desktop environment. Every other VPN out there uses lower-level languages (like C/C++/Go, such as WireGuard/OpenVPN). The iptables settings are strict by default, it goes overkill on firewall/DNS settings, blocks 8.8.8.8/1.1.1.1/9.9.9.9, uses 10.8.0.53, runs off a custom STUN server, is heavily encrypted and no logs are kept of your activity. My dude you oughta try it and tell me what you think. Is there anything I need to improve on? You can check the source code yourself.
https://github.com/rexruthless/TridentVPN
https://github.com/rexruthless/TridentVPN