From 36f94b7374138544dc5b0c910f21ae6d5bfbf319 Mon Sep 17 00:00:00 2001 From: Thomas SAZERAT Date: Fri, 15 Mar 2024 00:11:29 +0100 Subject: [PATCH] created a prototype of a config file --- config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..6cdeef7 --- /dev/null +++ b/config.json @@ -0,0 +1,13 @@ +{ + "forwarding": [ + { + "from": "127.0.0.1:12345", + "to": "127.0.0.1:12346", + "doReverse": true + } + ], + "blacklist": [ + "127.0.0.1:11111", + "127.0.0.1:58109" + ] +} \ No newline at end of file