From b72293556155cc4ee05f4749109cb7faac53e294 Mon Sep 17 00:00:00 2001 From: supositware Date: Thu, 27 Aug 2020 19:56:20 +0200 Subject: [PATCH] example of proxy.json --- proxy/proxy.json.example | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 proxy/proxy.json.example 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" + }, +]