mirror of
https://github.com/sasjs/adapter.git
synced 2026-07-23 22:55:28 +00:00
fix: route all traffic trough connected VPN
This commit is contained in:
@@ -14,6 +14,11 @@ script-security 2
|
||||
keepalive 10 120
|
||||
remote-cert-tls server
|
||||
|
||||
# Route ALL traffic through the VPN (full tunnel)
|
||||
redirect-gateway def1
|
||||
# Send DNS through the tunnel so it doesn't leak to your local ISP
|
||||
dhcp-option DNS 1.1.1.1
|
||||
|
||||
# Keys
|
||||
ca ca.crt
|
||||
cert user.crt
|
||||
|
||||
Reference in New Issue
Block a user