From a5c4da7874f22b35556f4ddd13146e47c09630db Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 25 Aug 2020 02:08:27 +0200 Subject: [PATCH] proxy option Signed-off-by: loicbersier --- config-exemple.jsonc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config-exemple.jsonc b/config-exemple.jsonc index 7490eeb2..4ed6d7e3 100644 --- a/config-exemple.jsonc +++ b/config-exemple.jsonc @@ -17,5 +17,7 @@ "twiConsumer": "Twitter consumer key", //optional | for the twitter command "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 + "twiTokenSecret": "Twitter token secret", //optional | for the twitter command + "proxy": "ip:port" //optional | Used for youtube-dl + }