diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/vpn/ingress.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/vpn/ingress.nix b/modules/vpn/ingress.nix index b05572e..6c6a78e 100644 --- a/modules/vpn/ingress.nix +++ b/modules/vpn/ingress.nix @@ -148,6 +148,7 @@ in interface_name = egressName; address = [ egressAddress ]; mtu = egressMTU; + stack = "gvisor"; auto_route = false; # we route manually strict_route = false; endpoint_independent_nat = true; @@ -157,7 +158,6 @@ in outbounds = map (path: { type = "vless"; flow = "xtls-rprx-vision"; - packet_encoding = "xudp"; server = egressHost path.egress; server_port = 443; |
