├── LICENSE ├── README.md ├── common.py ├── config.json ├── dns_client_tcp.py ├── dns_server_tcp.config.json ├── dns_server_tcp.py ├── main.py └── windows ├── set_proxy.py ├── wizard.json └── wizard.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lehui99/ahjs5s/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lehui99/ahjs5s/HEAD/README.md -------------------------------------------------------------------------------- /common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lehui99/ahjs5s/HEAD/common.py -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lehui99/ahjs5s/HEAD/config.json -------------------------------------------------------------------------------- /dns_client_tcp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lehui99/ahjs5s/HEAD/dns_client_tcp.py -------------------------------------------------------------------------------- /dns_server_tcp.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lehui99/ahjs5s/HEAD/dns_server_tcp.config.json -------------------------------------------------------------------------------- /dns_server_tcp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lehui99/ahjs5s/HEAD/dns_server_tcp.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lehui99/ahjs5s/HEAD/main.py -------------------------------------------------------------------------------- /windows/set_proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lehui99/ahjs5s/HEAD/windows/set_proxy.py -------------------------------------------------------------------------------- /windows/wizard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lehui99/ahjs5s/HEAD/windows/wizard.json -------------------------------------------------------------------------------- /windows/wizard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lehui99/ahjs5s/HEAD/windows/wizard.py --------------------------------------------------------------------------------