5ee12103508237aea686b2faa40fff1fc694a63e
[lhc/ateliers.git] / etc / nsd / zone.d / heureux-cyclage.org.zone.m4
1 divert(-1)
2 dnl changecom(`;')
3
4 * utilitaires M4
5 define(`ALIAS', `define($1`_IP4', $2`'_IP4)')
6 define(`MAKE_GETTER', `define(`$1', $`'1`_'$`'0)')
7 MAKE_GETTER(`IP4')
8 MAKE_GETTER(`NAME')
9 define(`FQDN', `NAME($1).ZONE_DOMAIN')
10
11 * hébergeur : gresille.org
12 define(`GRESILLE_IP4', `IP4(LOCAL)')
13 define(`GRESILLE_MX_NAME', `mx.ZONE_DOMAIN.')
14
15 * hébergeur : kimsufi.com
16 define(`KIMSUFI_IP4', `91.121.198.103')
17
18 * hébergeur : lautre.net
19 define(`LAUTRENET_IP4', `80.67.160.70')
20 define(`LAUTRENET_MX_NAME', `mx.lautre.net.')
21 define(`LAUTRENET_MX2_NAME', `mx2.lautre.net.')
22 define(`LAUTRENET_SPF_NAME', `mx1a.lautre.net')
23 define(`LAUTRENET_SPF2_NAME', `mx1b.lautre.net')
24
25 divert(0)dnl
26 $TTL 1d ; TTL (Time To Live) par défaut pour les enregistrements
27
28 ; ENREGISTREMENT « SOA » (Start Of Authority).
29 @ SOA ns hostmaster (
30 ZONE_SERIAL ; Serial number.
31 1d ; Refresh.
32 15m ; Retry.
33 2592000 ; Expire.
34 1d ; TTL (Time To Live) minimum.
35 )
36
37 ; ENREGISTREMENTS « A » (DNS -> adresse IPv4)
38 @ A IP4(GRESILLE)
39 agendav A IP4(GRESILLE)
40 ateliers A IP4(GRESILLE)
41 autoconfig A IP4(GRESILLE)
42 bicloud A IP4(GRESILLE)
43 burette A IP4(GRESILLE)
44 burette.atelier-etincelle A IP4(GRESILLE)
45 burette.autourducycle A IP4(GRESILLE)
46 burette.bretzselle A IP4(GRESILLE)
47 burette.changedechaine A IP4(GRESILLE)
48 burette.convibicy A IP4(GRESILLE)
49 burette.cyclamaine A IP4(GRESILLE)
50 burette.cyclesetmanivelles A IP4(GRESILLE)
51 burette.cyclocoop A IP4(GRESILLE)
52 burette.cyclofficineangouleme A IP4(GRESILLE)
53 burette.dynamo A IP4(GRESILLE)
54 burette.etudesetchantiersidf A IP4(GRESILLE)
55 burette.eturecup A IP4(GRESILLE)
56 burette.labecaneajules A IP4(GRESILLE)
57 burette.lapetiterennes A IP4(GRESILLE)
58 burette.laptiterustine A IP4(GRESILLE)
59 burette.larouelibre A IP4(GRESILLE)
60 burette.lechatperche A IP4(GRESILLE)
61 burette.mig A IP4(GRESILLE)
62 burette.mobilidees A IP4(GRESILLE)
63 burette.ocivelo A IP4(GRESILLE)
64 burette.ohcyclo A IP4(GRESILLE)
65 burette.ptitvelo A IP4(GRESILLE)
66 burette.recupr A IP4(GRESILLE)
67 burette.repeyre A IP4(GRESILLE)
68 burette.rouepet A IP4(GRESILLE)
69 burette.tousdeuxroues A IP4(GRESILLE)
70 burette.txirrindola A IP4(GRESILLE)
71 burette.velocampus_nantes A IP4(GRESILLE)
72 burette.velorutiontoulouse A IP4(GRESILLE)
73 burette.velosenville A IP4(GRESILLE)
74 burettes A IP4(GRESILLE)
75 caldavzap A IP4(GRESILLE)
76 cartes A IP4(GRESILLE)
77 changedechaine A IP4(GRESILLE)
78 chatperche A IP4(GRESILLE)
79 clavette-grenoble A IP4(GRESILLE)
80 clavette-lyon A IP4(GRESILLE)
81 clavette-stephanoise A IP4(GRESILLE)
82 cyclocamp A IP4(GRESILLE)
83 cyclocoop A IP4(GRESILLE)
84 cyclofficinedangouleme A IP4(GRESILLE)
85 davical A IP4(GRESILLE)
86 demo.burette A IP4(GRESILLE)
87 fanout A IP4(GRESILLE)
88 formations A IP4(GRESILLE)
89 git A IP4(GRESILLE)
90 imap A IP4(GRESILLE)
91 lesjantesdunord A IP4(GRESILLE)
92 mail A IP4(GRESILLE)
93 mx A IP4(GRESILLE)
94 notifications A IP4(GRESILLE)
95 ns A IP4(GRESILLE)
96 pop A IP4(GRESILLE)
97 ptitvelo A IP4(GRESILLE)
98 questionnaires A IP4(GRESILLE)
99 ra 60 A IP4(GRESILLE)
100 remorque A IP4(GRESILLE)
101 rencontres A IP4(GRESILLE)
102 rouepet A IP4(GRESILLE)
103 roundcube A IP4(GRESILLE)
104 shell A IP4(GRESILLE)
105 smtp A IP4(GRESILLE)
106 stats A IP4(GRESILLE)
107 submission A IP4(GRESILLE)
108 sympa A IP4(GRESILLE)
109 sympa.chatperche A IP4(GRESILLE)
110 sympa.cyclocoop A IP4(GRESILLE)
111 sympa.etudesetchantiers A IP4(GRESILLE)
112 sympa.lesjantesdunord A IP4(GRESILLE)
113 sympa.ptitvelo A IP4(GRESILLE)
114 velocampus A IP4(GRESILLE)
115 velosenville A IP4(GRESILLE)
116 www A IP4(GRESILLE)
117
118 ; ENREGISTREMENTS « CNAME » (Canonical NAME)
119 ; NOTE : l'utilisation de CNAME n'est judicieuse que si la ressource pointée
120 ; n'est pas sous notre contrôle. Par exemple,
121 ; foo.example.org. CNAME foo.example.com.
122 ; Dans le cas contraire, le seul résultat est un traffic réseau accru,
123 ; et l'emploi de macros est préférable.
124 ; ```You keep using CNAME records. I do not think they mean what you think they mean.'''
125 forge CNAME git
126
127 ; ENREGISTREMENTS « MX » (Mail eXchange)
128 ; NOTE : le reverse et le forward associés au nom donné à un enregistrement MX
129 ; devraient correspondre. Certains antispams le vérifient, et certains (rares) admins
130 ; bloquent même au niveau de la session SMTP si il ne correspond pas.
131 @ MX 5 mx
132 ;@ MX 10 NAME(LAUTRENET_MX2)
133
134 ; ENREGISTREMENTS « NS » (Name Server)
135 @ NS ns
136 @ NS ns6.gandi.net.
137
138 ; ENREGISTREMENTS "PTR" (IPv* -> name)
139 ; NOTE : Dans le cas d’hébergement massif de domaines virtuels derrière une même adresse IP,
140 ; il est recommandé de ne pas appliquer sans discernement la règle un enregistrement PTR
141 ; par enregistrement A (ou AAAA) : le nombre des champs PTR à renvoyer pouvant faire dépasser
142 ; à la réponse la taille des paquets UDP et entraîner l’utilisation du protocole TCP
143 ; (plus coûteux en resources) pour envoyer la réponse à la requête DNS ;
144 ; cf. section "4.4 Usage and deployment considerations" du document :
145 ; http://tools.ietf.org/html/draft-ietf-dnsop-reverse-mapping-considerations
146
147 ; ENREGISTREMENTS "SPF" (Sender Policy Framework)
148 @ 3600 IN SPF "v=spf1 mx ip4:IP4(GRESILLE) ~all"
149 @ 3600 IN TXT "v=spf1 mx ip4:IP4(GRESILLE) ~all"
150
151 ; ENREGISTREMENTS « SRV » (SeRVice)
152 _git._tcp.git 18000 IN SRV 0 0 9418 git
153
154 ; ENREGISTREMENTS « SSHFP » (Secure SHell FingerPrint)
155 esyscmd(sudo ssh-keygen -r @)
156
157 ; key#2 4096 bits, i=heureux-cyclage, d=heureux-cyclage.org, /var/lib/amavis/dkim/heureux-cyclage.org.pem
158 heureux-cyclage._domainkey.heureux-cyclage.org. 3600 TXT (
159 "v=DKIM1; p="
160 "MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4RebbH09kB/+T0pXJ7DM"
161 "VqMg6steXKg/zGcNSpFqYFXdyTCzBL8OGcT28lVLwKkJwPZhdDwPP1ZNxo2y6iQ/"
162 "08mdMhhUYLvcQXP2tPYXWEF7OdCfvG8RgUjrUqTkWCsjOQQ5YV3gpHUB34vSa9C9"
163 "n7NTXLpQ3UwYlhYHEOOcBITa8bSw5wPMMX2y/JN9kBDUruhhviP2ZJhR2azTbiH8"
164 "ICdel52xtjSDVROsLEZp4hlr0uTgo4Vfm8HDB9w1NVZXOD42fn/fyVEQlPM4Msqn"
165 "r9srt/C/DRrfv5P4wqxAZSS6EpABEuYq46IpuXNaPdeH//P/9fo+8QhyFbuNX7e7"
166 "mdABIPI0AdDvQyDya2RSZaA8kMUrXEsc/ysLq8Tv/XsTPQns39T4niH5SCwsa9rt"
167 "fCAopJQHXT3i5p3FYMxB/1CI8eghbsC+gOlrdWBT0pxnjDmRLZhxyNu99xT+NpYp"
168 "VSn0Yzn+v6XoyGk/iBhhKThghK+CVn5NVntkcG5ILjnwaKLj6GJHhNILgHe2WhGa"
169 "IMyBpMcIG1a47aYd7BemOa7siytTZlFN5SC9i7JT9FHep0h3krILUudRRWLWwF+T"
170 "pAyDcOaQZYn3qZbCUST7SjojsSOUfux2qxFr7wshFHTxw5y498DVOb6iWAguQNNT"
171 "raonAk7EKTxiZCscfeziwVkCAwEAAQ==")