diff --git a/Bundler/pxe.xml b/Bundler/pxe.xml index 059bde7..9c745d0 100644 --- a/Bundler/pxe.xml +++ b/Bundler/pxe.xml @@ -1,5 +1,5 @@ - + diff --git a/Python/etc/bind/db.loppsi.crans.org b/Python/etc/bind/db.loppsi.crans.org new file mode 100644 index 0000000..c3f4a83 --- /dev/null +++ b/Python/etc/bind/db.loppsi.crans.org @@ -0,0 +1,25 @@ +# -*- mode: python; encoding: utf-8 -*- + +info["owner"] = "root" +info["group"] = "bind" +info["perms"] = 0644 + + +import config +comment_start = ";" + +header("Zone du dns menteur") + +@$TTL 3600 ; 1 hour +@@ IN SOA sable.crans.org. root.crans.org. ( +print """ 2386410401 ; serial + 21600 ; refresh (6 hours) + 3600 ; retry (1 hour) + 1209600 ; expire (2 weeks) + 3600 ; minimum (1 hour) + ) + NS sable.crans.org. + +archive.ubuntu.com CNAME charybde.crans.org. +*.archive.ubuntu.com CNAME charybde.crans.org. +"""