0b901cdf914a011a068d64fd87b6fcb311376a85
howto/Bird.md
... | ... | @@ -110,7 +110,7 @@ $ ruby utils/bgp-filter.rb < data/filter.txt > /etc/bird/filter4.conf |
110 | 110 | |
111 | 111 | or |
112 | 112 | |
113 | -$ curl -sk https://sour.is/git/dn42/registry/plain/data/filter.txt | \ |
|
113 | +$ curl -sk https://dn42.us/git/dn42/registry/plain/data/filter.txt | \ |
|
114 | 114 | awk 'BEGIN {printf "function is_valid_network() {\n return net ~ [\n" } \ |
115 | 115 | /^[0-9]/ && $2 ~ /permit/ {printf " %s{%s,%s},\n", $3, $4, $5};' | \ |
116 | 116 | sed "$ s/,$/\n ];\n}/" > /etc/bird/filter4.conf |
... | ... | @@ -239,7 +239,7 @@ $ ruby utils/bgp-filter.rb < data/filter6.txt > /etc/bird/filter6.conf |
239 | 239 | |
240 | 240 | or |
241 | 241 | |
242 | -$ curl -sk https://sour.is/git/dn42/registry/plain/data/filter6.txt | \ |
|
242 | +$ curl -sk https://dn42.us/git/dn42/registry/plain/data/filter6.txt | \ |
|
243 | 243 | awk 'BEGIN {printf "function is_valid_network() {\n return net ~ [\n" } \ |
244 | 244 | /^[0-9]/ && $2 ~ /permit/ {printf " %s{%s,%s},\n", $3, $4, $5};' | \ |
245 | 245 | sed "$ s/,$/\n ];\n}/" > /etc/bird/filter6.conf |