From c16f4c00109f3484ad8c969cdf28341eaef89af7 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Fri, 11 Jan 2019 12:24:28 +0000 Subject: [PATCH] Add example config.json --- src/config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/config.json diff --git a/src/config.json b/src/config.json new file mode 100644 index 0000000000..40fe351e6f --- /dev/null +++ b/src/config.json @@ -0,0 +1,5 @@ +{ + "listen": "socks://127.0.0.1:1080", + "proxy": "https://user:pass@domain.example", + "log": "" +}