From 8aa6c5e388bf0de4a0fc0a35db533d073d31a786 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 30 Nov 2022 20:25:16 +0100 Subject: [PATCH] pub: remove flpk-gw from allowedUpstreams for legal reasons --- config/net/pub.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/net/pub.nix b/config/net/pub.nix index c6e0a84..3d54c0e 100644 --- a/config/net/pub.nix +++ b/config/net/pub.nix @@ -40,7 +40,7 @@ }; }; ospf = { - allowedUpstreams = [ "anon1" "flpk-gw" "freifunk" ]; + allowedUpstreams = [ "anon1" "freifunk" ]; allowedUpstreams6 = [ "flpk-gw" "anon1" "freifunk" ]; }; role = "container";