v2: tabs, chain builder, obfuscation modes, hop slider, Defender exclusion, firewall kept

Made-with: Cursor
This commit is contained in:
Dr Jones
2026-04-14 17:13:02 -07:00
commit 4bb626498f
45 changed files with 34053 additions and 0 deletions

6
run.py Normal file
View File

@@ -0,0 +1,6 @@
"""Launcher for development (pythonw run.py) so scheduled task can find a stable path."""
from proxy_chain_manager.app import main
if __name__ == "__main__":
main()