X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnsd%2Fzone.d%2Fchangedechaine.org.zone.m4;fp=etc%2Fnsd%2Fzone.d%2Fchangedechaine.org.zone.m4;h=0000000000000000000000000000000000000000;hp=4c2f22d2129a045d4861047037b9c40ac1f30521;hb=912a963dc0387c30172e37339e9cb3104c6179b5;hpb=097751f5bd05dd28314024cf185b7eb38a9acda7 diff --git a/etc/nsd/zone.d/changedechaine.org.zone.m4 b/etc/nsd/zone.d/changedechaine.org.zone.m4 deleted file mode 100644 index 4c2f22d..0000000 --- a/etc/nsd/zone.d/changedechaine.org.zone.m4 +++ /dev/null @@ -1,76 +0,0 @@ -divert(-1) -dnl changecom(`;') - -* utilitaires M4 -define(`ALIAS', `define($1`_IP4', $2`'_IP4)') -define(`MAKE_GETTER', `define(`$1', $`'1`_'$`'0)') -MAKE_GETTER(`IP4') -MAKE_GETTER(`NAME') -define(`FQDN', `NAME($1).ZONE_DOMAIN') - -* hébergeur : gresille.org -define(`GRESILLE_IP4', `IP4(LOCAL)') -define(`GRESILLE_MX_NAME', `mx.ZONE_DOMAIN.') - -divert(0)dnl -$TTL 1d ; TTL (Time To Live) par défaut pour les enregistrements - -; ENREGISTREMENT « SOA » (Start Of Authority). -@ SOA ns hostmaster ( - ZONE_SERIAL ; Serial number. - 1d ; Refresh. - 15m ; Retry. - 2592000 ; Expire. - 1d ; TTL (Time To Live) minimum. - ) - -; ENREGISTREMENTS « A » (DNS -> adresse IPv4) -@ A IP4(GRESILLE) -burette A IP4(GRESILLE) -futur A IP4(GRESILLE) -imap A IP4(GRESILLE) -mail A IP4(GRESILLE) -mx A IP4(GRESILLE) -notifications A IP4(GRESILLE) -ns A IP4(GRESILLE) -pop A IP4(GRESILLE) -roundcube A IP4(GRESILLE) -smtp A IP4(GRESILLE) -www A IP4(GRESILLE) - -; ENREGISTREMENTS « CNAME » (Canonical NAME) -; NOTE : l'utilisation de CNAME n'est judicieuse que si la ressource pointée -; n'est pas sous notre contrôle. Par exemple, -; foo.example.org. CNAME foo.example.com. -; Dans le cas contraire, le seul résultat est un traffic réseau accru, -; et l'emploi de macros est préférable. -; ```You keep using CNAME records. I do not think they mean what you think they mean.''' -forge CNAME git - -; ENREGISTREMENTS « MX » (Mail eXchange) -; NOTE : le reverse et le forward associés au nom donné à un enregistrement MX -; devraient correspondre. Certains antispams le vérifient, et certains (rares) admins -; bloquent même au niveau de la session SMTP si il ne correspond pas. -@ MX 5 mx - -; ENREGISTREMENTS « NS » (Name Server) -@ NS ns -;@ NS ns6.gandi.net. - -; ENREGISTREMENTS "PTR" (IPv* -> name) -; NOTE : Dans le cas d’hébergement massif de domaines virtuels derrière une même adresse IP, -; il est recommandé de ne pas appliquer sans discernement la règle un enregistrement PTR -; par enregistrement A (ou AAAA) : le nombre des champs PTR à renvoyer pouvant faire dépasser -; à la réponse la taille des paquets UDP et entraîner l’utilisation du protocole TCP -; (plus coûteux en resources) pour envoyer la réponse à la requête DNS ; -; cf. section "4.4 Usage and deployment considerations" du document : -; http://tools.ietf.org/html/draft-ietf-dnsop-reverse-mapping-considerations - -; ENREGISTREMENT "SPF" (Sender Policy Framework) -@ 3600 IN TXT "v=spf1 mx ip4:IP4(GRESILLE) ~all" - -; ENREGISTREMENTS « SRV » (SeRVice) -_git._tcp.git 18000 IN SRV 0 0 9418 git - -; ENREGISTREMENTS « SSHFP » (Secure SHell FingerPrint) -esyscmd(sudo ssh-keygen -r @)