Changeset 699
- Timestamp:
- 12/17/15 15:05:21 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r698 r699 3704 3704 # Not sure whether these are case-sensitive, or what other rules might apply - in any case 3705 3705 # the absolute maximum is 16K (256*256) since it's parsed by tinydns as a two-character field. 3706 3707 # and just to be as clear as possible; as per http://cr.yp.to/djbdns/tinydns-data.html: 3708 3709 #For versions 1.04 and above: You may include a client location on each line. The line is ignored for clients 3710 #outside that location. Client locations are specified by % lines: 3711 # 3712 # %lo:ipprefix 3713 # 3714 #means that IP addresses starting with ipprefix are in location lo. lo is a sequence of one or two ASCII letters. 3715 3716 # so locations could probably include both upper and lower case. 3706 3717 3707 3718 # add just after "my $origloc = $loc;":
Note:
See TracChangeset
for help on using the changeset viewer.