mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-06 13:18:23 +01:00
@@ -22,3 +22,7 @@
|
||||
|
||||
- Fix snowflake build
|
||||
- Lint issues
|
||||
|
||||
## 5.0.2-3 (13-02-2025)
|
||||
|
||||
- Fix network for http tunel
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user