From fb0d1b405cdc0dcb48e401a049277ea907fe4311 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 25 Aug 2020 03:10:45 +0200 Subject: [PATCH] New proxy settings Signed-off-by: loicbersier --- config-exemple.jsonc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config-exemple.jsonc b/config-exemple.jsonc index 4ed6d7e..512188f 100644 --- a/config-exemple.jsonc +++ b/config-exemple.jsonc @@ -18,6 +18,16 @@ "twiConsumerSecret": "Twitter consumer key secret", //optional | for the twitter command "twiToken": "Twitter token", //optional | for the twitter command "twiTokenSecret": "Twitter token secret", //optional | for the twitter command - "proxy": "ip:port" //optional | Used for youtube-dl + "proxy": [ //Optional | Used for youtube-dl + { + "ip": "IP:PORT", + "country": "Country goes here", + "hideip": true //Optional | Set to true to hide the ip from the --listproxy options + }, + { + "ip": "IP:PORT", + "country": "Country goes here" + } + ] }