Modifications : etc/nsd/zone.d/cyclocoop.org.zone.m4
[lhc/ateliers.git] / etc / nsd / zone.d / cyclocoop.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 : exolia.fr
12 define(`EXOLIA_IP4', `91.121.51.125')
13 define(`EXOLIA_MX_NAME', `mail.cyclocoop.org.')
14 define(`EXOLIA_SPF_IP4', `91.121.51.125')
15 define(`EXOLIA_SPF2_IP4', `188.165.221.54')
16
17 * hébergeur : gresille.org
18 define(`GRESILLE_IP4', `IP4(LOCAL)')
19 define(`GRESILLE_MX_NAME', `mx.ZONE_DOMAIN.')
20
21 * hébergeur : bonnard
22 define(`BONNARD_IP4', `109.190.88.123')
23
24 divert(0)dnl
25 $TTL 1d ; TTL (Time To Live) par défaut pour les enregistrements
26
27 ; ENREGISTREMENT « SOA » (Start Of Authority).
28 @ SOA ns hostmaster (
29 eval(643580325 + ZONE_SERIAL) ; Serial number.
30 1d ; Refresh.
31 15m ; Retry.
32 2592000 ; Expire.
33 1d ; TTL (Time To Live) minimum.
34 )
35
36 ; ENREGISTREMENTS « A » (DNS -> adresse IPv4)
37 @ A IP4(GRESILLE)
38 3615 A IP4(GRESILLE)
39 adhesions-paris A IP4(BONNARD)
40 agendav A IP4(GRESILLE)
41 autoconfig A IP4(GRESILLE)
42 caldavzap A IP4(GRESILLE)
43 burette A IP4(GRESILLE)
44 davical A IP4(GRESILLE)
45 forum A IP4(GRESILLE)
46 ftp A IP4(GRESILLE)
47 git A IP4(GRESILLE)
48 ivry.garradin A IP4(GRESILLE)
49 pantin.garradin A IP4(GRESILLE)
50 paris20.garradin A IP4(GRESILLE)
51 imap A IP4(GRESILLE)
52 irc A IP4(GRESILLE)
53 letabli A IP4(GRESILLE)
54 mail A IP4(GRESILLE)
55 mx A IP4(GRESILLE)
56 notifications A IP4(GRESILLE)
57 ns A IP4(GRESILLE)
58 pop A IP4(GRESILLE)
59 roundcube A IP4(GRESILLE)
60 smtp A IP4(GRESILLE)
61 sql A IP4(GRESILLE)
62 ssh A IP4(GRESILLE)
63 submission A IP4(GRESILLE)
64 sympa A IP4(GRESILLE)
65 vote A IP4(GRESILLE)
66 wiki A IP4(GRESILLE)
67 www A IP4(GRESILLE)
68
69 ; ENREGISTREMENTS « CNAME » (Canonical NAME)
70 ; NOTE : l'utilisation de CNAME n'est judicieuse que si la ressource pointée
71 ; n'est pas sous notre contrôle. Par exemple,
72 ; foo.example.org. CNAME foo.example.com.
73 ; Dans le cas contraire, le seul résultat est un traffic réseau accru,
74 ; et l'emploi de macros est préférable.
75 ; ```You keep using CNAME records. I do not think they mean what you think they mean.'''
76 media CNAME devlibre.net.
77
78 ; ENREGISTREMENTS « MX » (Mail eXchange)
79 ; NOTE : le reverse et le forward associés au nom donné à un enregistrement MX
80 ; devraient correspondre. Certains antispams le vérifient, et certains (rares) admins
81 ; bloquent même au niveau de la session SMTP si il ne correspond pas.
82 @ 180 MX 5 NAME(GRESILLE_MX)
83 ;@ MX 10 NAME(EXOLIA_MX)
84
85 ; ENREGISTREMENTS « NS » (Name Server)
86 @ NS ns
87 @ NS ns2.exolia.net.
88 ;@ NS ns6.gandi.net.
89
90 ; ENREGISTREMENTS "PTR" (IPv* -> name)
91 ; NOTE : Dans le cas d’hébergement massif de domaines virtuels derrière une même adresse IP,
92 ; il est recommandé de ne pas appliquer sans discernement la règle un enregistrement PTR
93 ; par enregistrement A (ou AAAA) : le nombre des champs PTR à renvoyer pouvant faire dépasser
94 ; à la réponse la taille des paquets UDP et entraîner l’utilisation du protocole TCP
95 ; (plus coûteux en resources) pour envoyer la réponse à la requête DNS ;
96 ; cf. section "4.4 Usage and deployment considerations" du document :
97 ; http://tools.ietf.org/html/draft-ietf-dnsop-reverse-mapping-considerations
98
99 ; ENREGISTREMENTS "SPF" (Sender Policy Framework)
100 @ 3600 IN SPF "v=spf1 mx ip4:IP4(GRESILLE) ~all"
101 @ 3600 IN TXT "v=spf1 mx ip4:IP4(GRESILLE) ~all"
102
103 ; ENREGISTREMENTS « SRV » (SeRVice)
104 _git._tcp.git 18000 IN SRV 0 0 9418 git
105
106 ; ENREGISTREMENTS « SSHFP » (Secure SHell FingerPrint)
107 esyscmd(sudo ssh-keygen -r @)