Searched refs:netblock (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound.conf.rst | 327 @@UAHL@unbound.conf@outgoing-interface@@: *<IPv4/IPv6 address or IPv6 netblock>* 340 If an IPv6 netblock is specified instead of an individual IPv6 address, 342 netblock to counter spoofing. 343 Requires the IPv6 netblock to be routed to the host running Unbound, and 348 not specify both an individual IPv6 address and an IPv6 netblock, or the 353 option to receive traffic for the ip6 netblock: 596 @@UAHL@unbound.conf@wait-limit-netblock@@: *<netblock>* *<number>* 597 The wait limit for the netblock. 601 The most specific netblock is used to determine the limit. 604 The value ``-1`` disables wait limits for the netblock. [all …]
|
| 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. 219 # Apart from the default, the wait limit can be set for a netblock. 220 # wait-limit-netblock: 192.0.2.0/24 50000 223 # wait-limit-cookie-netblock: 192.0.2.0/24 50000 226 # wait-limit-netblock: 127.0.0.0/8 -1 227 # wait-limit-netblock: ::1/128 -1 228 # wait-limit-cookie-netblock: 127.0.0.0/8 -1 229 # wait-limit-cookie-netblock: ::1/128 -1 933 # add a netblock specific override to a localzone, with zone type [all …]
|
| H A D | unbound-control.rst | 259 :ref:`wait-limit-netblock<unbound.conf.wait-limit-netblock>`, 260 :ref:`wait-limit-cookie-netblock<unbound.conf.wait-limit-cookie-netblock>`,
|
| H A D | Changelog | 815 - Fix wait-limit-netblock and wait-limit-cookie-netblock config parse 4096 using ipv4 filters, because the hosts ip6 netblock /64 is not owned 5312 from a nominated netblock. 6915 - Fix #787: outgoing-interface netblock/64 ipv6 option to use linux
|
| /freebsd/contrib/unbound/services/ |
| H A D | localzone.c | 720 lz_enter_override(struct local_zones* zones, char* zname, char* netblock, in lz_enter_override() argument 735 zname, netblock); in lz_enter_override() 741 if(!netblockstrtoaddr(netblock, UNBOUND_DNS_PORT, &addr, &addrlen, in lz_enter_override() 744 zname, netblock); in lz_enter_override() 751 zname, netblock, type); in lz_enter_override() 792 zname, netblock); in lz_enter_override()
|
| /freebsd/contrib/unbound/respip/ |
| H A D | respip.c | 296 const char* rrstr, const char* netblock) in respip_enter_rrstr() argument 310 "action for %s is not redirect", rrstr, netblock); in respip_enter_rrstr() 326 rdata_len, rrstr, netblock); in respip_enter_rrstr()
|
| /freebsd/contrib/unbound/util/ |
| H A D | configlexer.lex | 476 wait-limit-netblock{COLON} { YDVAR(2, VAR_WAIT_LIMIT_NETBLOCK) } 477 wait-limit-cookie-netblock{COLON} { YDVAR(2, 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
|