├── README.md ├── backup └── [Backup]default.conf ├── default.conf ├── ghostcp ├── 7z.exe ├── build.bat └── needfile │ ├── WinDivert.dll │ ├── WinDivert64.sys │ ├── install_service.bat │ ├── remove_service.bat │ ├── start_service.bat │ └── stop_service.bat ├── iptest ├── CloudflareST.exe ├── Readme.md ├── ip.txt └── iptest.py └── releases.zip /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suto-Commune/GhostTCP-SUTO-CONF/HEAD/README.md -------------------------------------------------------------------------------- /backup/[Backup]default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suto-Commune/GhostTCP-SUTO-CONF/HEAD/backup/[Backup]default.conf -------------------------------------------------------------------------------- /default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suto-Commune/GhostTCP-SUTO-CONF/HEAD/default.conf -------------------------------------------------------------------------------- /ghostcp/7z.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suto-Commune/GhostTCP-SUTO-CONF/HEAD/ghostcp/7z.exe -------------------------------------------------------------------------------- /ghostcp/build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suto-Commune/GhostTCP-SUTO-CONF/HEAD/ghostcp/build.bat -------------------------------------------------------------------------------- /ghostcp/needfile/WinDivert.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suto-Commune/GhostTCP-SUTO-CONF/HEAD/ghostcp/needfile/WinDivert.dll -------------------------------------------------------------------------------- /ghostcp/needfile/WinDivert64.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suto-Commune/GhostTCP-SUTO-CONF/HEAD/ghostcp/needfile/WinDivert64.sys -------------------------------------------------------------------------------- /ghostcp/needfile/install_service.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suto-Commune/GhostTCP-SUTO-CONF/HEAD/ghostcp/needfile/install_service.bat -------------------------------------------------------------------------------- /ghostcp/needfile/remove_service.bat: -------------------------------------------------------------------------------- 1 | ghostcp.exe -remove -------------------------------------------------------------------------------- /ghostcp/needfile/start_service.bat: -------------------------------------------------------------------------------- 1 | ghostcp.exe -start -------------------------------------------------------------------------------- /ghostcp/needfile/stop_service.bat: -------------------------------------------------------------------------------- 1 | ghostcp.exe -stop -------------------------------------------------------------------------------- /iptest/CloudflareST.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suto-Commune/GhostTCP-SUTO-CONF/HEAD/iptest/CloudflareST.exe -------------------------------------------------------------------------------- /iptest/Readme.md: -------------------------------------------------------------------------------- 1 | # 使用方法 2 | 在ip.txt里面用,分隔IP 3 | 4 | 然后执行iptest.py -------------------------------------------------------------------------------- /iptest/ip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suto-Commune/GhostTCP-SUTO-CONF/HEAD/iptest/ip.txt -------------------------------------------------------------------------------- /iptest/iptest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suto-Commune/GhostTCP-SUTO-CONF/HEAD/iptest/iptest.py -------------------------------------------------------------------------------- /releases.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suto-Commune/GhostTCP-SUTO-CONF/HEAD/releases.zip --------------------------------------------------------------------------------