From 5041624b6cd95bf13380ad0c270f5715cd57895a Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 23 Dec 2022 16:11:37 +0100 Subject: [PATCH] vpn: set allowedUpstreams to upstreams with less legal liability --- config/net/vpn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/net/vpn.nix b/config/net/vpn.nix index b66584d..378d444 100644 --- a/config/net/vpn.nix +++ b/config/net/vpn.nix @@ -34,7 +34,7 @@ }; }; ospf = { - allowedUpstreams = [ "upstream4" ]; + allowedUpstreams = [ "flpk-gw" "anon1" "freifunk" ]; }; }; }