mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update 00-openvpn.sh
This commit is contained in:
@@ -25,8 +25,6 @@ if [[ "$(bashio::config "VPN_ENABLED")" == "yes" ]] && [[ "$(bashio::config "VPN
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Avoid ipv6
|
# Avoid ipv6
|
||||||
sed -i "/proto udp/c proto udp4" "$file"
|
|
||||||
sed -i "/proto tcp/c proto tcp4" "$file"
|
|
||||||
sed -i "/route-ipv6/d" "$file"
|
sed -i "/route-ipv6/d" "$file"
|
||||||
sed -i "/ifconfig-ipv6/d" "$file"
|
sed -i "/ifconfig-ipv6/d" "$file"
|
||||||
sed -i "6a pull-filter ignore \"route-ipv6\"" "$file"
|
sed -i "6a pull-filter ignore \"route-ipv6\"" "$file"
|
||||||
|
|||||||
Reference in New Issue
Block a user