6a487f7d525b8136278b0b2a9ca14f22e1e70745
howto/Bird.md
| ... | ... | @@ -33,7 +33,8 @@ function is_dn42() { |
| 33 | 33 | # based on data/filter.txt in the monoton repo: |
| 34 | 34 | # - https://sour.is/git/dn42/registry.git/plain/data/filter.txt |
| 35 | 35 | return net ~ [ |
| 36 | - 37.1.89.160/29+, # siska |
|
| 36 | + 37.1.89.128/27+, # siska |
|
| 37 | + 37.1.89.192/26+, # siska |
|
| 37 | 38 | 46.4.248.192/27+, # welterde |
| 38 | 39 | 46.19.90.48/28+, # planet cyborg |
| 39 | 40 | 46.19.90.96/28+, # planet cyborg |
| ... | ... | @@ -51,7 +52,6 @@ function is_dn42() { |
| 51 | 52 | 188.40.34.241/32, # jomat |
| 52 | 53 | 192.175.48.0/24+, # AS112-prefix for reverse-dns |
| 53 | 54 | 193.43.220.0/23+, # durchdieluft via ctdo |
| 54 | - 195.16.84.40/29+, # siska |
|
| 55 | 55 | 195.160.168.0/23+, # ctdo |
| 56 | 56 | 195.191.196.0/23+ # ichdasich pi-space |
| 57 | 57 | ]; |