Mais qu'elles se rassurent, ce ne sont pas les seules.

This commit is contained in:
Pierre-Elliott Bécue 2014-02-02 20:04:20 +01:00
parent 7ad72e8d0e
commit e094cadfc1
2 changed files with 27 additions and 1 deletions

View file

@ -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.
"""