commit 9de63c7e6bf3c1f9029955f42eaae7bc70c56adf parent 9756bb4e428fa4fd4e0de56cb5b788d316db58f6 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 27 Aug 2023 00:29:44 +0200 meep Diffstat:
| M | nixos/worker-1/configuration.nix | | | 19 | +++++++++++++++++-- |
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -538,20 +538,35 @@ } protocol direct { + ipv4; + ipv6; interface "floating1"; } protocol kernel { ipv4 { - export where proto = "wg"; + import none; + export all; + #export where proto = "wg"; }; } protocol kernel { ipv6 { - export where proto = "wg6"; + import none; + export all; + #export where proto = "wg6"; + }; + } + + protocol static { + ipv4 { + import all; }; } + protocol static { + ipv6; + } protocol ospf v2 v4 { ipv4 {