Update 99-run.sh

This commit is contained in:
Alexandre
2022-11-27 07:59:19 +01:00
committed by GitHub
parent 6b9322dd34
commit f6810a0324

View File

@@ -149,6 +149,7 @@ echo ""
# Correct mullvad
if [ "$(bashio::config "OPENVPN_PROVIDER)" == "mullvad" ]; then
bashio::log.info "Removing IPv6 from mullvad"
for folder in $(find / -type d -name "mullvad"); do
echo "pull-filter ignore \"route-ipv6\"" >> "$folder"/*.ovpn
echo "pull-filter ignore \"ifconfig-ipv6\"" >> "$folder"/*.ovpn