ispman/bin ispman.dnsset,1.15,1.16
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/bin In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10437/bin Modified Files: ispman.dnsset Log Message: added documentation for TXT records Index: ispman.dnsset =================================================================== RCS file: /cvsroot/ispman/ispman/bin/ispman.dnsset,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- ispman.dnsset 6 Jun 2006 22:15:31 -0000 1.15 +++ ispman.dnsset 20 Jun 2006 18:12:00 -0000 1.16 @@ -77,6 +77,9 @@ ispman.dnsset -d domainname -t A [-p] hostname ipaddress +=head2 A addresses + +ispman.dnsset -d domainname -t TXT hostname text =head2 NS addresses @@ -97,10 +100,6 @@ - - - - =head1 Examples To set a SOA record for domain example.com @@ -113,6 +112,10 @@ B<ispman.dnsset -d example.com -t A www 192.168.1.1> +To set a SPF description for host mail for domain example.com + +B<ispman.dnsset -d example.com -t TXT mail "v=spf1 a mx"> + To set ns1.example.com as nameserver for domain example.com B<ispman.dnsset -d example.com -t NS @ ns1.example.com>