[TOR] http tunnel capability

This commit is contained in:
Renat Gabdulhakov
2025-02-13 09:04:18 +00:00
parent 4ebacf00f1
commit c160c390a9
4 changed files with 26 additions and 9 deletions

View File

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