From 164f0d35904f40132dff88a974fee141b66cd998 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 7 Oct 2023 17:20:05 -0400 Subject: default ipv6 route --- modules/router.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/router.nix') diff --git a/modules/router.nix b/modules/router.nix index 97448a8..f2dbc46 100644 --- a/modules/router.nix +++ b/modules/router.nix @@ -108,6 +108,7 @@ let script = '' ip -6 rule add fwmark ${toString heMark} table he || true ip -6 route replace default dev he0 table he + ip -6 route replace default dev he0 metric 0 # ip rule add fwmark ${toString vpnMark} table vpn || true # ip -6 rule add fwmark ${toString vpnMark} table vpn || true -- cgit v1.2.3