forked from Supositware/Haha-Yes
New proxy settings
Signed-off-by: loicbersier <loic.bersier1@gmail.com>
This commit is contained in:
parent
21e4cd853d
commit
fb0d1b405c
1 changed files with 11 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue