ispman/bin ispman.dnsshow,1.10,1.11
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-serv10910/bin
Modified Files:
ispman.dnsshow
Log Message:
added documentation for TXT records
removed obsolete "use lib"
Index: ispman.dnsshow
===================================================================
RCS file: /cvsroot/ispman/ispman/bin/ispman.dnsshow,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ispman.dnsshow 5 Jun 2004 12:45:18 -0000 1.10
+++ ispman.dnsshow 20 Jun 2006 18:12:48 -0000 1.11
@@ -10,6 +10,7 @@
print "$0 -d domain -t type [-v] \n";
print " where type can be one of the following:\n";
print " A List of host addresses\n";
+ print " TXT List of text infos\n";
print " NS List of Name servers\n";
print " MX List of Mail servers\n";
print " CNAME List of Canonical names\n";
@@ -22,8 +23,6 @@
}
}
-use lib qw(%%installDir%%/lib);
-
use ISPMan;
use CGI;
use vars qw($ispman);
@@ -73,6 +72,10 @@
B<ispman.dnsshow -d ispman.org -t A >
+To see TXT records for domain ispman.org
+
+B<ispman.dnsshow -d ispman.org -t TXT >
+
To see NS records for domain ispman.org
B<ispman.dnsshow -d ispman.org -t NS>