From 0b901cdf914a011a068d64fd87b6fcb311376a85 Mon Sep 17 00:00:00 2001 From: dn42 wiki Date: Sun, 8 Mar 2015 09:53:35 +0000 Subject: [PATCH] Change git store to dn42.us --- howto/Bird.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/howto/Bird.md b/howto/Bird.md index a0f3291..ffbf1a0 100644 --- a/howto/Bird.md +++ b/howto/Bird.md @@ -110,7 +110,7 @@ $ ruby utils/bgp-filter.rb < data/filter.txt > /etc/bird/filter4.conf or -$ curl -sk https://sour.is/git/dn42/registry/plain/data/filter.txt | \ +$ curl -sk https://dn42.us/git/dn42/registry/plain/data/filter.txt | \ awk 'BEGIN {printf "function is_valid_network() {\n return net ~ [\n" } \ /^[0-9]/ && $2 ~ /permit/ {printf " %s{%s,%s},\n", $3, $4, $5};' | \ sed "$ s/,$/\n ];\n}/" > /etc/bird/filter4.conf @@ -239,7 +239,7 @@ $ ruby utils/bgp-filter.rb < data/filter6.txt > /etc/bird/filter6.conf or -$ curl -sk https://sour.is/git/dn42/registry/plain/data/filter6.txt | \ +$ curl -sk https://dn42.us/git/dn42/registry/plain/data/filter6.txt | \ awk 'BEGIN {printf "function is_valid_network() {\n return net ~ [\n" } \ /^[0-9]/ && $2 ~ /permit/ {printf " %s{%s,%s},\n", $3, $4, $5};' | \ sed "$ s/,$/\n ];\n}/" > /etc/bird/filter6.conf