local.m4: Add the `hippotat' network.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 1 Oct 2017 14:39:18 +0000 (15:39 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 1 Oct 2017 14:39:18 +0000 (15:39 +0100)
This is for Ian Jackson's `Asinine IP Over HTTP' utility.

local.m4

index 351b9b2..6081132 100644 (file)
--- a/local.m4
+++ b/local.m4
@@ -54,6 +54,7 @@ m4_divert(-1)
 ## 172.29.198.0/24  Untrusted networks.
 ##     .0/25           house wireless net
 ##     .128/28         iodine (IP-over-DNS) network
+##     .144/28         hippotat (IP-over-HTTP) network
 ##     .160/27         untrusted virtual network
 ##
 ## 172.29.199.0/24  Trusted networks.
@@ -206,6 +207,9 @@ defnet colobdry virtual
 defnet iodine untrusted
        addr 172.29.198.128/28
        via colohub
+defnet hippotat untrusted
+       addr 172.29.198.144/28
+       via colohub
 
 ## Colocated hosts.
 defhost fender
@@ -231,6 +235,7 @@ defhost jazz
        iface eth0 jump colo vpn
        iface eth1 jump colo vpn
        iface dns0 iodine
+       iface hippo-svc hippotat
        iface vpn-+ vpn
 
 ## Other networks.