24 lines
730 B
Org Mode
24 lines
730 B
Org Mode
# -*- mode: python; encoding: utf-8 -*-
|
|
|
|
info["owner"] = "root"
|
|
info["group"] = "bind"
|
|
info["mode"] = 0644
|
|
|
|
|
|
import config
|
|
comment_start = ";"
|
|
|
|
header("Zone pour la response policy pour les utilisateur courant")
|
|
|
|
@$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.
|
|
"""
|
|
|
|
print "teredo.ipv6.microsoft.com CNAME ."
|