From 9a4c2b580d8198c285ed8fa9393f386596a7681e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 9 Feb 2013 17:38:42 +0000 Subject: [PATCH] etc/config.sh, etc/hosts: Add satellite network. --- etc/config.sh | 3 ++- etc/hosts | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/config.sh b/etc/config.sh index 2afdfb9..49b1e12 100644 --- a/etc/config.sh +++ b/etc/config.sh @@ -21,13 +21,14 @@ gnupg_key_email_domain="$domain" ### Scope for the CA. ## Domain name. -scope="*.$domain" +scope="*.$domain,*.binswood.org.uk" ## 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.$i.*"; done scope=$scope,"212.13.198.69,212.13.198.7?" +scope=$scope,"10.165.27.*" ## IPv6 addresses. scope=$scope,"2001:470:1f08:1b98::2,2001:470:1f09:1b98:*" diff --git a/etc/hosts b/etc/hosts index db219f9..c594515 100644 --- a/etc/hosts +++ b/etc/hosts @@ -55,3 +55,8 @@ crybaby \ 172.29.199.129 2001:ba8:1d9:6000::1 terror \ 172.29.199.130 + +## Satellite networks. +@domain binswood.org.uk +mango \ + 10.165.27.3 -- 2.11.0