Re: [vhffs] installation VHFFS |
[ Thread Index |
Date Index
| More vhffs.org/vhffs Archives
]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Le 27/10/2010 19:01, regis pondaven a écrit :
> je sèche
> ca fonctionne avec dig mais pas dig axfr
Re,
Voila ce que tu dois avoir dans les deux dernières requêtes...
La subitilité est que la requête all nodes (l'avant dernière) doit
renvoyer 4 colonnes (TTL, type, nom, données) mais que les noms doivent
être pleinement qualifiés.
{(select dns.ttl, 'SOA', '%zone%' || '.' , dns.ns || ' ' || dns.mbox
|| ' ' || dns.serial || ' ' || dns.refresh ||
' ' || dns.retry || ' ' || dns.expire || ' ' || dns.minimum::text
from vhffs_dns dns where domain = '%zone%')
union
(select rr.ttl, rr.type, rr.name || case
when rr.name='' then '' else '.' end || '%zone%' || '.', case
when rr.type='TXT' then E'\"' || replace(replace(rr.data, E'\\',
E'\\\\'), E'\"', E'\\\"') || E'\"'
when rr.type='MX' OR rr.type='SRV' then rr.aux || ' ' || rr.data
else rr.data
end from vhffs_dns_rr rr inner join vhffs_dns dns on (dns.dns_id =
rr.zone)
where dns.domain = '%zone%')}
{select '%zone%' where '%client%' IN ('ip', 'des', 'esclaves')}";
Tiens moi au courant
Sébastien
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkzIY7cACgkQhXf4YRe9f199+gCeJFVyJpubC/LC9j3MRkMqWP3y
To0AoJRVqVdycnrMFLAGqddY/Y+GoCIm
=Te0g
-----END PGP SIGNATURE-----