Skip to content

Commit

Permalink
Update 00-openvpn.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Dec 13, 2023
1 parent 8fb94bc commit da507df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qbittorrent/rootfs/etc/cont-init.d/00-openvpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ if [[ "$(bashio::config "VPN_ENABLED")" == "yes" ]] && [[ "$(bashio::config "VPN
fi

# 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 "/ifconfig-ipv6/d" "$file"
sed -i "6a pull-filter ignore \"route-ipv6\"" "$file"
Expand Down

0 comments on commit da507df

Please sign in to comment.