ispman/bin ispman.dnsunset,1.12,1.13
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv383/bin
Modified Files:
ispman.dnsunset
Log Message:
removed bogus perldoc completely
Index: ispman.dnsunset
===================================================================
RCS file: /cvsroot/ispman/ispman/bin/ispman.dnsunset,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ispman.dnsunset 20 Jun 2004 14:20:50 -0000 1.12
+++ ispman.dnsunset 21 Jun 2004 12:40:51 -0000 1.13
@@ -177,116 +177,7 @@
sub unset_soa {
print "Sorry deleting of SOA is not supported\n";
-
-#$ispman->setDNSsOARecord($opts{'d'}, join (" ", $ARGV[0], $ARGV[1], time(), $ARGV[2], $ARGV[3], $ARGV[4], $ARGV[5] ));
-#dns set SOA primary rootmail refresh retry expire minimum
}
1;
-__END__
-
-=head1 NAME
-
-ispman.dnsunset - ispman command to set various dns settings
-
-=head1 SYNOPSIS
-
-
-B<ispman.dnsunset -d domain.name -t type options>
-
-
-=head1 DESCRIPTION
-
-ispman.dnsunset allows you set dns informations such as MX, NS, A records to domains from CLI (command line)
-
-
-=head1 OPTIONS
-
-=head2 A addresses
-
-ispman.dnsunset -d domainname -t A hostname ipaddress
-
-
-=head2 NS addresses
-
-ispman.dnsunset -d domainname -t NS origin nameserver
-
-=head2 MX addresses
-
-ispman.dnsunset -d domainname -t MX origin preference nameserver
-
-=head2 CNAME addresses
-
-ispman.dnsunset -d domainname -t CNAME alias hostname
-
-=head2 SOA record
-
-ispman.dnsunset -d domainname -t SOA primaryNameServer dnsAdminEmail refresh retry expire minimum
-
-
-
-
-
-
-
-
-=head1 Examples
-
-To set a SOA record for domain ispman.org
-B<Note>: You should not do this manually if you add a domain via ispman-web console or with the command line ispman.addDomain
-
-B<ispman.dnsunset -d ispman.org -t SOA ns1.ispman.org admin.ispman.org 3H 15M 1W 1D>
-
-
-To set ip 192.168.1.1 to host www for domain ispman.org
-
-B<ispman.dnsunset -d ispman.org -t A www 192.168.1.1>
-
-To set ns1.ispman.org as nameserver for domain ispman.org
-
-B<ispman.dnsunset -d ispman.org -t NS @ ns1.ispman.org>
-
-To set ns3.uni.edu as nameserver for subdomain developers.ispman.org
-
-B<ispman.dnsunset -d ispman.org -t NS developers ns3.uni.edu>
-
-
-To set mx1.ispman.org as primary mail exchange for domain ispman.org with preference value of 10
-
-B<ispman.dnsunset -d ispman.org -t MX @ 10 mx1.ispman.org>
-
-To set mx2.someisp.net as secondary mail exchange for domain ispman.org with prerence value of 20
-
-B<ispman.dnsunset -d ispman.org -t MX @ 20 mx2.someisp.net>
-
-To set mx3.uni.edu as mailserver for subdomain developers.ispman.org
-
-B<ispman.dnsunset -d ispman.org -t MX developers 10 mx3.uni.edu>
-
-To set a CNAME alias ftp to point to ftp.developer.ch.
-
-B<ispman.dnsunset -d ispman.org -t CNAME ftp ftp.developer.ch.>
-
-=head1 Author
-
-Atif Ghaffar
-
-=head1 Homepage
-
-http://ispman.sourceforge.org
-
-=head1 MailingLists
-
-ispman-developers-5NWGOfrQmneRv+LV9MX5us0vGNN6ct63@public.gmane.org - For developers
-
[email protected] - For users
-
-=head1 Bug reporting / Support / Patches / Feature requests
-
-http://sourceforge.net/tracker/?group_id=8390
-
-
-=cut
-
-
-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND