config/net/yggdrasil: change allowedUpstreams order

This commit is contained in:
Astro 2022-01-14 19:21:28 +01:00
parent 4bf0e2bf33
commit 4ed6a4f1d3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
};
ospf = {
allowedUpstreams =
[ "upstream3" "upstream1" "upstream4" "anon1" "freifunk" ];
[ "upstream4" "upstream1" "upstream3" "anon1" "freifunk" ];
stubNets6 = [ "200::/7" ];
};