- Timestamp:
- 08/23/22 14:06:23 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r844 r845 6987 6987 6988 6988 # technically a PTR template thing, but Bad Data Happens 6989 next if $ val=~ /\%blank\%/;6989 next if $host =~ /\%blank\%/; 6990 6990 6991 6991 if ($revrec eq 'y') { … … 7022 7022 7023 7023 # technically a PTR template thing, but Bad Data Happens 7024 next if $ val=~ /\%blank\%/;7024 next if $host =~ /\%blank\%/; 7025 7025 7026 7026 print $datafile "=$host:$val:$ttl:$stamp:$loc\n" or die $!;
Note:
See TracChangeset
for help on using the changeset viewer.