X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/blobdiff_plain/d7af5ae71156722cdaef603204a6181b1ef72fdd..9a93662e70df95aba3a7f4cc24e8970e4e698396:/Makefile diff --git a/Makefile b/Makefile index 6afd12b..d4b3669 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,8 @@ CHECKZONE = named-checkzone -i full \ ## Zone installation. MASTER = localhost +inside_MASTER = precision + ifeq ($(MASTER),localhost) ZONEINST = userv zoneconf install else @@ -60,22 +62,25 @@ ZONESETS = ZONESETS += distorted distorted_VIEWS = inside outside -distorted_outside_NETS = dmz -distorted_inside_NETS = unsafe +distorted_outside_NETS = dmz jump +distorted_inside_NETS = any unsafe colo vpn -distorted_all_ZONES = distorted.org.uk io.distorted.org.uk -distorted_inside_ZONES = 199.29.172.in-addr.arpa +distorted_all_ZONES += distorted.org.uk +distorted_all_ZONES += 199.29.172.in-addr.arpa ###-------------------------------------------------------------------------- -### The harlequin.org.uk zones. - -ZONESETS += harlequin - -harlequin_VIEWS = inside outside -harlequin_outside_NETS = dmz -harlequin_inside_NETS = unsafe - -harlequin_all_ZONES = harlequin.org.uk +### 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.