- Timestamp:
- 08/11/25 17:29:47 (12 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r907 r908 6564 6564 "FROM records WHERE domain_id=? AND type=6"); 6565 6565 $recsth = $dbh->prepare("SELECT host,type,val,distance,weight,port,ttl,record_id,location,extract(epoch from stamp),expires,stampactive ". 6566 "FROM records WHERE domain_id=? AND NOT type=6" ). # Just exclude all types relating to rDNS6566 "FROM records WHERE domain_id=? AND NOT type=6". # Just exclude all types relating to rDNS 6567 6567 "ORDER BY masklen(inetlazy(val)) DESC, inetlazy(val)"); 6568 6568 # "FROM records WHERE domain_id=? AND type < 65280"); # Just exclude all types relating to rDNS
Note:
See TracChangeset
for help on using the changeset viewer.