From: Mark Wooding Date: Sat, 9 Feb 2013 17:38:42 +0000 (+0000) Subject: etc/config.sh, etc/hosts: Add satellite network. X-Git-Url: https://git.distorted.org.uk/~mdw/ssh-ca/commitdiff_plain/9a4c2b580d8198c285ed8fa9393f386596a7681e etc/config.sh, etc/hosts: Add satellite network. --- 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