example of proxy.json
This commit is contained in:
parent
0cc72a7aa6
commit
b722935561
1 changed files with 11 additions and 0 deletions
11
proxy/proxy.json.example
Normal file
11
proxy/proxy.json.example
Normal file
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"ip": "IP:PORT",
|
||||
"country": "Country",
|
||||
"hideip": true (Optional)
|
||||
},
|
||||
{
|
||||
"ip": "IP:PORT",
|
||||
"country": "Country"
|
||||
},
|
||||
]
|
Loading…
Reference in a new issue