diff options
| -rw-r--r-- | nix/container-systemd-nixos-dante/peers/guix-workstation.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/container-systemd-nixos-dante/peers/guix-workstation.conf b/nix/container-systemd-nixos-dante/peers/guix-workstation.conf index 3428da6d9..008efd02f 100644 --- a/nix/container-systemd-nixos-dante/peers/guix-workstation.conf +++ b/nix/container-systemd-nixos-dante/peers/guix-workstation.conf @@ -2,7 +2,7 @@ protocol bgp guixworkstation { local as OWNAS; ipv4 { next hop self; - import all; + import filter { if (net = 141.80.181.40) then accept; reject; }; export none; }; neighbor 192.168.0.191 as 64994; |
