http proxy support (with support for external proxies such as WebOne)
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"service_ip": "192.168.11.8"
|
||||
},
|
||||
"services": {
|
||||
|
||||
"wtv-1800": {
|
||||
"host": null,
|
||||
"port": 1615,
|
||||
"connections": 1
|
||||
},
|
||||
@@ -45,7 +45,11 @@
|
||||
},
|
||||
"http": {
|
||||
"port": 1650,
|
||||
"connections": 3
|
||||
"connections": 3,
|
||||
"use_external_proxy": false,
|
||||
"external_proxy_host": null,
|
||||
"external_proxy_port": 8080
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user