example of proxy.json

This commit is contained in:
supositware 2020-08-27 19:56:20 +02:00
parent 0cc72a7aa6
commit b722935561

11
proxy/proxy.json.example Normal file
View file

@ -0,0 +1,11 @@
[
{
"ip": "IP:PORT",
"country": "Country",
"hideip": true (Optional)
},
{
"ip": "IP:PORT",
"country": "Country"
},
]