Update 99-run.sh

This commit is contained in:
Alexandre
2022-11-27 08:04:55 +01:00
committed by GitHub
parent 86de55d43e
commit 20b948a7cb

View File

@@ -153,7 +153,7 @@ if [ "$(bashio::config "OPENVPN_PROVIDER")" == "mullvad" ]; then
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
fi
done
fi
bashio::log.info "Starting app"