chiark / gitweb /
Domain keys support.
[zones] / Makefile
index 3ca76cfa51ad09a3b663e5d269c8df9ea0da2794..d4b3669b64fbb72571313040992d3accf07e4628 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,6 @@ CHECKZONE              = named-checkzone -i full \
 MASTER                  = localhost
 inside_MASTER           = precision
 
-
 ifeq ($(MASTER),localhost)
 ZONEINST                = userv zoneconf install
 else
@@ -64,26 +63,24 @@ ZONESETS            += distorted
 
 distorted_VIEWS                 = inside outside
 distorted_outside_NETS  = dmz jump
-distorted_inside_NETS   = any unsafe colo
+distorted_inside_NETS   = any unsafe colo vpn
 
 distorted_all_ZONES    += distorted.org.uk
 distorted_all_ZONES    += 199.29.172.in-addr.arpa
 
 ###--------------------------------------------------------------------------
-### The harlequin.org.uk zones.
-
-ZONESETS               += harlequin
-
-harlequin_VIEWS                 = outside
-harlequin_all_ZONES     = harlequin.org.uk
-
-###--------------------------------------------------------------------------
-### The felixpearce.com zones.
-
-ZONESETS               += felixpearce
-
-felixpearce_VIEWS       = outside
-felixpearce_all_ZONES   = felixpearce.com
+### Other zones.
+
+## binswood.org.uk
+ZONESETS               += binswood
+binswood_VIEWS          = outside
+binswood_all_ZONES     += binswood.org.uk
+binswood_all_ZONES     += 27.165.10.in-addr.arpa
+
+## odin.gg
+ZONESETS               += odin
+odin_VIEWS              = outside
+odin_all_ZONES          = odin.gg
 
 ###--------------------------------------------------------------------------
 ### Zone construction machinery.