X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/74180153dc4fd82fe3a5e0e0a767a3530c8a7235..0885bc47acc909c545aee41d6e2e2258f630d803:/Makefile diff --git a/Makefile b/Makefile index eb0ccff..e03653f 100644 --- 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,32 +63,34 @@ ZONESETS += distorted distorted_VIEWS = inside outside distorted_outside_NETS = dmz jump -distorted_inside_NETS = unsafe colo +distorted_inside_NETS = any unsafe colo vpn -distorted_all_ZONES += distorted.org.uk io.distorted.org.uk +distorted_all_ZONES += distorted.org.uk distorted_all_ZONES += 199.29.172.in-addr.arpa ###-------------------------------------------------------------------------- -### The harlequin.org.uk zones. +### Other zones. +## harlequin.org.uk ZONESETS += harlequin - -harlequin_VIEWS = inside outside -harlequin_outside_NETS = dmz -harlequin_inside_NETS = unsafe - +harlequin_VIEWS = outside harlequin_all_ZONES = harlequin.org.uk -###-------------------------------------------------------------------------- -### The felixpearce.com zones. - +## felixpearce.com ZONESETS += felixpearce +felixpearce_VIEWS = outside +felixpearce_all_ZONES = felixpearce.com -felixpearce_VIEWS = inside outside -felixpearce_outside_NETS = dmz -felixpearce_inside_NETS = unsafe +## binswood.org.uk +ZONESETS += binswood +binswood_VIEWS = outside +binswood_all_ZONES += binswood.org.uk +binswood_all_ZONES += 27.165.10.in-addr.arpa -felixpearce_all_ZONES = felixpearce.com +## odin.gg +ZONESETS += odin +odin_VIEWS = outside +odin_all_ZONES = odin.gg ###-------------------------------------------------------------------------- ### Zone construction machinery.