ispman/lib dns.bind8.lib,1.23,1.24
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/lib
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14432/lib
Modified Files:
dns.bind8.lib
Log Message:
added "" to jail TXT record
Index: dns.bind8.lib
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/dns.bind8.lib,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- dns.bind8.lib 6 Jun 2006 22:15:32 -0000 1.23
+++ dns.bind8.lib 6 Jun 2006 22:40:54 -0000 1.24
@@ -253,7 +253,7 @@
"\n";
}
- # print TXT RECORDS
+ # print TXT RECORDS
print ZONE "\n; TXT RECORDS\n";
my $txtrecords = $ispman->getDNStXTRecords($domain);
for (@$txtrecords) {
@@ -261,7 +261,7 @@
"\t",
(
$_->{'host'}, ( $_->{'ttl'} ) ? $_->{'ttl'} : "\t",
- "IN", "TXT", $_->{'txt'}
+ "IN", "TXT", "\"".$_->{'txt'}."\""
)
),
"\n";