From d7b4837c5fd26755fa213ce97f0247119f7e08a6 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 10 Apr 2024 07:55:53 -0400 Subject: Fix he route --- modules/router.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/router.nix b/modules/router.nix index 35274eb..4dd23a5 100644 --- a/modules/router.nix +++ b/modules/router.nix @@ -149,8 +149,7 @@ let script = '' ip -6 rule add fwmark ${toString heMark} table main priority 19000 suppress_prefixlength 0 || true ip -6 rule add fwmark ${toString heMark} table he priority 20000 || true - # ip -6 route replace default dev he0 table he - # ip -6 route replace default dev he0 metric 1 + ip -6 route replace default dev he0 table he # ip rule add fwmark ${toString vpnMark} table vpn || true # ip -6 rule add fwmark ${toString vpnMark} table vpn || true -- cgit v1.2.3