etc/config.sh, etc/hosts: Add satellite network.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 Feb 2013 17:38:42 +0000 (17:38 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 Feb 2013 17:38:42 +0000 (17:38 +0000)
etc/config.sh
etc/hosts

index 2afdfb9..49b1e12 100644 (file)
@@ -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:*"
index db219f9..c594515 100644 (file)
--- 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