http proxy support (with support for external proxies such as WebOne)

This commit is contained in:
zefie
2021-07-17 09:23:00 -04:00
parent e542328093
commit bffc7b7945
8 changed files with 127 additions and 21 deletions

View File

@@ -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
}
}
}