X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/b420e5ee9d13865f53b73119e4038884bbb57a63..6fcf076f492f8533197ab8cffd908d6d8c9950d6:/Makefile diff --git a/Makefile b/Makefile index 8059956..9128104 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,31 @@ 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 -distorted_all_ZONES += 199.29.172.in-addr.arpa - -###-------------------------------------------------------------------------- -### The harlequin.org.uk zones. -ZONESETS += harlequin +distorted_all_ZONES += 199.29.172.in-addr.arpa -harlequin_VIEWS = inside outside -harlequin_outside_NETS = dmz -harlequin_inside_NETS = unsafe +distorted_all_ZONES += 8.9.b.1.9.0.f.1.0.7.4.0.1.0.0.2.ip6.arpa +distorted_all_ZONES += 0.4.7.9.0.7.4.0.1.0.0.2.ip6.arpa -harlequin_all_ZONES = harlequin.org.uk +distorted_all_ZONES += 9.d.1.0.0.0.0.0.8.a.b.0.1.0.0.2.ip6.arpa +distorted_all_ZONES += 9.d.1.0.8.a.b.0.1.0.0.2.ip6.arpa ###-------------------------------------------------------------------------- -### The felixpearce.com zones. - -ZONESETS += felixpearce - -felixpearce_VIEWS = inside outside -felixpearce_outside_NETS = dmz -felixpearce_inside_NETS = unsafe - -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.