From e03e9b8e684c37d0d4c3df9605a5dd1e627d1f46 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 12 Mar 2012 17:18:02 +0000 Subject: [PATCH] config.sh: Increase scope for new address ranges. --- etc/config.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/etc/config.sh b/etc/config.sh index 62875f4..7bf8e07 100644 --- a/etc/config.sh +++ b/etc/config.sh @@ -26,9 +26,12 @@ scope="*.$domain" ## IPv4 addresses. for i in 144 145 146 147 148 149; do scope=$scope,"62.49.204.$i"; done scope=$scope,"62.49.204.15?" -for i in 198 199; do scope=$scope,"172.29.198.*,172.29.199.*"; done +for i in 198 199; do scope=$scope,"172.29.$i.*"; done +scope=$scope,"212.13.198.69,212.13.198.7?" ## IPv6 addresses. -scope=$scope,"2001:470:1f09:1b98:*,2001:470:9740:*" +scope=$scope,"2001:470:1f08:1b98::2,2001:470:1f09:1b98:*" +scope=$scope,"2001:470:9740:*" +scope=$scope,"2001:ba8:0:1d9:*,2001:ba8:1d9:*" ###----- That's all, folks -------------------------------------------------- -- 2.11.0