From bc3f838c80f64d3b68c99339ef5bbf9d7f0b7000 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 17 Sep 2022 14:17:51 +0200 Subject: [PATCH] anon1: prefer upstream3 --- config/net/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/net/core.nix b/config/net/core.nix index 15c820a..685013c 100644 --- a/config/net/core.nix +++ b/config/net/core.nix @@ -218,7 +218,7 @@ }; ospf = { allowedUpstreams = - [ "upstream4" "upstream3" "anon1" "freifunk" ]; + [ "upstream3" "upstream4" "anon1" "freifunk" ]; stubNets4 = [ "172.20.0.0/14" "10.0.0.0/8" ]; stubNets6 = [ "fd00::/8" "2a00:8180:2c00:200::/56" ];