mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
[TOR] http tunnel capability
This commit is contained in:
@@ -21,13 +21,16 @@
|
||||
"8123:80"
|
||||
],
|
||||
"socks": false,
|
||||
"http_tunnel": false,
|
||||
"stealth": false
|
||||
},
|
||||
"ports": {
|
||||
"9050/tcp": 9050
|
||||
"9050/tcp": 9050,
|
||||
"9080/tcp": 9080
|
||||
},
|
||||
"ports_description": {
|
||||
"9050/tcp": "Tor SOCKS proxy port"
|
||||
"9050/tcp": "Tor SOCKS proxy port",
|
||||
"9080/tcp": "Tor HTTP tunnel port"
|
||||
},
|
||||
"schema": {
|
||||
"bridges": [
|
||||
@@ -42,10 +45,11 @@
|
||||
"match(^(.*:)?(?:[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])?$)"
|
||||
],
|
||||
"socks": "bool",
|
||||
"http_tunnel": "bool",
|
||||
"stealth": "bool"
|
||||
},
|
||||
"slug": "tor",
|
||||
"startup": "services",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "5.0.1-4"
|
||||
}
|
||||
"version": "5.0.2-1"
|
||||
}
|
||||
Reference in New Issue
Block a user