├── .github └── FUNDING.yml ├── App.config ├── Program.cs ├── Properties └── AssemblyInfo.cs ├── ProxyGenerator.csproj ├── ProxyGenerator.sln ├── README.md ├── bin ├── Debug │ ├── HTTP_proxies.txt │ ├── ProxyGenerator.exe │ ├── ProxyGenerator.exe.config │ ├── ProxyGenerator.pdb │ ├── bad_proxies.txt │ └── good_proxies.txt └── Release │ ├── ProxyGenerator.exe │ ├── ProxyGenerator.exe.config │ └── ProxyGenerator.pdb ├── kye profile pic.ico └── obj ├── Debug ├── DesignTimeResolveAssemblyReferencesInput.cache ├── ProxyGenerator.csproj.CoreCompileInputs.cache ├── ProxyGenerator.csproj.FileListAbsolute.txt ├── ProxyGenerator.csprojAssemblyReference.cache ├── ProxyGenerator.exe └── ProxyGenerator.pdb └── Release ├── ProxyGenerator.csproj.CoreCompileInputs.cache ├── ProxyGenerator.csproj.FileListAbsolute.txt ├── ProxyGenerator.csprojAssemblyReference.cache ├── ProxyGenerator.exe └── ProxyGenerator.pdb /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/App.config -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/Program.cs -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /ProxyGenerator.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/ProxyGenerator.csproj -------------------------------------------------------------------------------- /ProxyGenerator.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/ProxyGenerator.sln -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/README.md -------------------------------------------------------------------------------- /bin/Debug/HTTP_proxies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/bin/Debug/HTTP_proxies.txt -------------------------------------------------------------------------------- /bin/Debug/ProxyGenerator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/bin/Debug/ProxyGenerator.exe -------------------------------------------------------------------------------- /bin/Debug/ProxyGenerator.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/bin/Debug/ProxyGenerator.exe.config -------------------------------------------------------------------------------- /bin/Debug/ProxyGenerator.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/bin/Debug/ProxyGenerator.pdb -------------------------------------------------------------------------------- /bin/Debug/bad_proxies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/bin/Debug/bad_proxies.txt -------------------------------------------------------------------------------- /bin/Debug/good_proxies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/bin/Debug/good_proxies.txt -------------------------------------------------------------------------------- /bin/Release/ProxyGenerator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/bin/Release/ProxyGenerator.exe -------------------------------------------------------------------------------- /bin/Release/ProxyGenerator.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/bin/Release/ProxyGenerator.exe.config -------------------------------------------------------------------------------- /bin/Release/ProxyGenerator.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/bin/Release/ProxyGenerator.pdb -------------------------------------------------------------------------------- /kye profile pic.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/kye profile pic.ico -------------------------------------------------------------------------------- /obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /obj/Debug/ProxyGenerator.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 277526e6458b7c0ee0115c49957c0929904d1374 2 | -------------------------------------------------------------------------------- /obj/Debug/ProxyGenerator.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/obj/Debug/ProxyGenerator.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /obj/Debug/ProxyGenerator.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/obj/Debug/ProxyGenerator.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Debug/ProxyGenerator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/obj/Debug/ProxyGenerator.exe -------------------------------------------------------------------------------- /obj/Debug/ProxyGenerator.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/obj/Debug/ProxyGenerator.pdb -------------------------------------------------------------------------------- /obj/Release/ProxyGenerator.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6ff5687ab3bd7387cb4e97d89c9e81db10b4725e 2 | -------------------------------------------------------------------------------- /obj/Release/ProxyGenerator.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/obj/Release/ProxyGenerator.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /obj/Release/ProxyGenerator.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/obj/Release/ProxyGenerator.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /obj/Release/ProxyGenerator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/obj/Release/ProxyGenerator.exe -------------------------------------------------------------------------------- /obj/Release/ProxyGenerator.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KyeOnDiscord/proxy-tools/HEAD/obj/Release/ProxyGenerator.pdb --------------------------------------------------------------------------------