mirror of
https://github.com/sasjs/adapter.git
synced 2026-07-23 14:45:29 +00:00
fix: route all traffic trough connected VPN
This commit is contained in:
@@ -14,6 +14,11 @@ script-security 2
|
|||||||
keepalive 10 120
|
keepalive 10 120
|
||||||
remote-cert-tls server
|
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
|
# Keys
|
||||||
ca ca.crt
|
ca ca.crt
|
||||||
cert user.crt
|
cert user.crt
|
||||||
|
|||||||
Generated
+1896
-1366
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user