diff options
| author | Max Audron <audron@cocaine.farm> | 2025-09-20 17:54:54 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-09-20 17:54:54 +0200 |
| commit | f8a4a276474d0da7a047238c8cdb3c49b0580d4d (patch) | |
| tree | 3b8cef824cfc0aef6c003673655ad613fe719a56 /modules/bgp/default.nix | |
| parent | update flaresolverr (diff) | |
replace dns bgp anouncement
Diffstat (limited to '')
| -rw-r--r-- | modules/bgp/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bgp/default.nix b/modules/bgp/default.nix index 8c36a58..d155dbd 100644 --- a/modules/bgp/default.nix +++ b/modules/bgp/default.nix @@ -55,7 +55,7 @@ ! address-family ipv4 unicast network 209.250.238.254/32 - network 217.163.29.14/32 + network 45.76.88.149/32 neighbor V4 activate neighbor V4 route-map IMPORT in neighbor V4 route-map EXPORT out @@ -75,7 +75,7 @@ exit-address-family ! ip prefix-list internal seq 5 permit 209.250.238.254/32 - ip prefix-list internal seq 10 permit 217.163.29.14/32 + ip prefix-list internal seq 10 permit 45.76.88.149/32 ipv6 prefix-list external seq 5 permit 2a0f:9400:8020::/48 ! route-map EXPORT deny 100 |
