diff --git a/proxy/proxy.json.example b/proxy/proxy.json.example new file mode 100644 index 0000000..5f6f3a5 --- /dev/null +++ b/proxy/proxy.json.example @@ -0,0 +1,11 @@ +[ + { + "ip": "IP:PORT", + "country": "Country", + "hideip": true (Optional) + }, + { + "ip": "IP:PORT", + "country": "Country" + }, +]