Merge pull request #1768 from akrigator/tor_http_proxy

Tor http proxy
This commit is contained in:
Alexandre
2025-02-13 20:09:10 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -22,3 +22,7 @@
- Fix snowflake build
- Lint issues
## 5.0.2-3 (13-02-2025)
- Fix network for http tunel

View File

@@ -91,7 +91,7 @@ fi
# Configure Http tunnel port
if bashio::config.true 'http_tunnel'; then
echo 'HTTPTunnelPort 9080' >> "${torrc}"
echo 'HTTPTunnelPort 0.0.0.0:9080' >> "${torrc}"
fi
# Configure hidden services