Searched refs:netblock (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | localzone.c | 702 lz_enter_override(struct local_zones* zones, char* zname, char* netblock, in lz_enter_override() argument 717 zname, netblock); in lz_enter_override() 723 if(!netblockstrtoaddr(netblock, UNBOUND_DNS_PORT, &addr, &addrlen, in lz_enter_override() 726 zname, netblock); in lz_enter_override() 733 zname, netblock, type); in lz_enter_override() 774 zname, netblock); in lz_enter_override()
|
/freebsd/contrib/unbound/respip/ |
H A D | respip.c | 291 const char* rrstr, const char* netblock) in respip_enter_rrstr() argument 305 "action for %s is not redirect", rrstr, netblock); in respip_enter_rrstr() 321 rdata_len, rrstr, netblock); in respip_enter_rrstr()
|
/freebsd/contrib/unbound/doc/ |
H A D | example.conf.in | 78 # Specify a netblock to use remainder 64 bits as random bits for 83 # And set prefer-ip6: yes to use the ip6 randomness from a netblock. 212 # Apart from the default, the wait limit can be set for a netblock. 213 # wait-limit-netblock: 192.0.2.0/24 50000 216 # wait-limit-cookie-netblock: 192.0.2.0/24 50000 912 # add a netblock specific override to a localzone, with zone type 1050 # Limit the number of connections simultaneous from a netblock
|
H A D | Changelog | 3050 using ipv4 filters, because the hosts ip6 netblock /64 is not owned 4266 from a nominated netblock. 5869 - Fix #787: outgoing-interface netblock/64 ipv6 option to use linux
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.lex | 475 wait-limit-netblock{COLON} { YDVAR(1, VAR_WAIT_LIMIT_NETBLOCK) } 476 wait-limit-cookie-netblock{COLON} { YDVAR(1, VAR_WAIT_LIMIT_COOKIE_NETBLOCK) }
|
/freebsd/share/examples/ipfilter/ |
H A D | ipf-howto.txt | 446 netblock for documentation authors. We specifically do not 449 20.20.20.0/24. 204.152.64.0/23 is an odd netblock reserved
|