Changeset 846
- Timestamp:
- 09/01/22 11:55:16 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r845 r846 6987 6987 6988 6988 # technically a PTR template thing, but Bad Data Happens 6989 nextif $host =~ /\%blank\%/;6989 return 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 nextif $host =~ /\%blank\%/;7024 return 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.