vpn: set allowedUpstreams to upstreams with less legal liability

This commit is contained in:
Astro 2022-12-23 16:11:37 +01:00
parent 1b3baa0fce
commit 5041624b6c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
};
};
ospf = {
allowedUpstreams = [ "upstream4" ];
allowedUpstreams = [ "flpk-gw" "anon1" "freifunk" ];
};
};
}