mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-06 05:58:47 +02:00
@@ -22,3 +22,7 @@
|
|||||||
|
|
||||||
- Fix snowflake build
|
- Fix snowflake build
|
||||||
- Lint issues
|
- Lint issues
|
||||||
|
|
||||||
|
## 5.0.2-3 (13-02-2025)
|
||||||
|
|
||||||
|
- Fix network for http tunel
|
||||||
|
|||||||
@@ -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