Force IPV4 over IPV6

This commit is contained in:
2025-03-22 19:58:05 +00:00
parent 9fc465f637
commit 0fd6a1c4b5
2 changed files with 11 additions and 5 deletions

View File

@ -25,8 +25,8 @@ mkdir -p /etc/openvpn/client
cat > /etc/openvpn/client/$CLIENT_NAME.ovpn << EOL
client
dev tun
proto udp
remote $(curl -s ifconfig.me) 1194
proto udp4
remote $(curl -s -4 ifconfig.me) 1194
resolv-retry infinite
nobind
persist-key