- Timestamp:
- 08/23/22 14:02:40 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r842 r844 6985 6985 elsif ($typemap{$type} eq 'PTR') { 6986 6986 $$recflags{$val}++; 6987 6988 # technically a PTR template thing, but Bad Data Happens 6989 next if $val =~ /\%blank\%/; 6990 6987 6991 if ($revrec eq 'y') { 6988 6992 … … 7016 7020 elsif ($type == 65280) { # A+PTR 7017 7021 $$recflags{$val}++; 7022 7023 # technically a PTR template thing, but Bad Data Happens 7024 next if $val =~ /\%blank\%/; 7025 7018 7026 print $datafile "=$host:$val:$ttl:$stamp:$loc\n" or die $!; 7019 7027 } # A+PTR
Note:
See TracChangeset
for help on using the changeset viewer.