From 3fc84001c12cc97a11af375b31e99a628cddaf96 Mon Sep 17 00:00:00 2001 From: supositware Date: Tue, 18 May 2021 19:29:38 +0200 Subject: [PATCH] example proxy --- proxy/example-proxy.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 proxy/example-proxy.json diff --git a/proxy/example-proxy.json b/proxy/example-proxy.json new file mode 100644 index 0000000..f8bb04a --- /dev/null +++ b/proxy/example-proxy.json @@ -0,0 +1,6 @@ +[ + { + "ip": "some ip", + "country": "Some country" + } +] \ No newline at end of file