Update 99-run.sh

This commit is contained in:
Alexandre
2022-11-27 08:10:07 +01:00
committed by GitHub
parent 20b948a7cb
commit 6060b0c6f6

View File

@@ -150,6 +150,7 @@ echo ""
# Correct mullvad
if [ "$(bashio::config "OPENVPN_PROVIDER")" == "mullvad" ]; then
bashio::log.info "Removing IPv6 from mullvad"
# shellcheck disable=SC2044
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