1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 14:04:36 +00:00

ci: vpn fix

This commit is contained in:
2025-02-26 16:59:00 +01:00
parent c6d9e6fdb2
commit c363cfe458

View File

@@ -3,10 +3,12 @@ client
tls-client
dev tun
# this will connect with whatever proto DNS tells us (https://community.openvpn.net/openvpn/ticket/934)
proto tcp
remote vpn.4gl.io 7494
proto udp
remote vpn.4gl.io 7194
resolv-retry infinite
cipher AES-256-CBC
# this will fallback from udp6 to udp4 as well
connect-timeout 5
data-ciphers AES-256-CBC:AES-256-GCM
auth SHA256
script-security 2
keepalive 10 120