mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-08 15:01:00 +02:00
[TOR] expose http port
This commit is contained in:
@@ -91,7 +91,7 @@ fi
|
|||||||
|
|
||||||
# Configure Http tunnel port
|
# Configure Http tunnel port
|
||||||
if bashio::config.true 'http_tunnel'; then
|
if bashio::config.true 'http_tunnel'; then
|
||||||
echo 'HTTPTunnelPort 9080' >> "${torrc}"
|
echo 'HTTPTunnelPort 0.0.0.0:9080' >> "${torrc}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Configure hidden services
|
# Configure hidden services
|
||||||
|
|||||||
Reference in New Issue
Block a user