| /freebsd/contrib/ldns/ |
| H A D | resolver.c | 252 ldns_rdf **nameservers; in ldns_resolver_pop_nameserver() local 260 nameservers = ldns_resolver_nameservers(r); in ldns_resolver_pop_nameserver() 262 if (ns_count == 0 || !nameservers) { in ldns_resolver_pop_nameserver() 266 pop = nameservers[ns_count - 1]; in ldns_resolver_pop_nameserver() 269 LDNS_FREE(nameservers); in ldns_resolver_pop_nameserver() 275 nameservers = LDNS_XREALLOC(nameservers, ldns_rdf *, in ldns_resolver_pop_nameserver() 279 ldns_resolver_set_nameservers(r, nameservers); in ldns_resolver_pop_nameserver() 290 ldns_rdf **nameservers; in ldns_resolver_push_nameserver() local 300 nameservers = ldns_resolver_nameservers(r); in ldns_resolver_push_nameserver() 305 nameservers = LDNS_XMALLOC(ldns_rdf *, 1); in ldns_resolver_push_nameserver() [all …]
|
| /freebsd/libexec/nuageinit/ |
| H A D | nuageinit | 232 local function nameservers(interface, obj) 466 if set_nameservers and v.nameservers then 468 nameservers(interface, v.nameservers) 625 -- Handle global nameservers from services section 634 -- Use nameservers() function for global services 636 nameservers(nil, nameserver_config)
|
| /freebsd/contrib/openresolv/ |
| H A D | README.md | 13 It's also not as easy as just adding and removing the nameservers each client 14 knows about as different clients could add the same nameservers. 21 any local nameservers other than libc.
|
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound.rst | 52 It uses a built in list of authoritative nameservers for the root zone (``.``), 54 On receiving a DNS query it will ask the root nameservers for an answer and 74 careful setup is required because authoritative nameservers and resolvers are
|
| H A D | README.DNS64 | 50 nameservers and try resolving any names in that domain.
|
| H A D | libunbound.rst | 293 but you can use this call to read the list of nameservers to use from 296 Uses those nameservers as caching proxies. 298 Only nameservers are picked up, the searchdomain, ndots and other
|
| H A D | example.conf.in | 291 # to nameservers. 584 # QNAME to potentially broken nameservers. A lot of domains will not be 1189 # 'example.org' go to the given list of nameservers. list zero or more 1190 # nameservers by hostname or by ipaddress. If you set stub-prime to yes, 1210 # recursion to other nameservers. List zero or more nameservers by hostname
|
| H A D | unbound-control.rst | 598 Configures if the server should ask other upstream nameservers, should go 599 to the internet root nameservers itself, or show the current config. 600 You could pass the nameservers after a DHCP update. 608 If off is passed, forwarding is disabled and the root nameservers are 611 nameservers returned from DHCP.
|
| H A D | unbound-anchor.rst | 165 It contains the IP addresses of the recursive nameservers to use.
|
| H A D | unbound.conf.rst | 292 increase the likelihood of IPv6 nameservers being selected for queries. 788 IPv6 to the internet nameservers. 798 nameservers. 808 nameservers. 1893 Do not fall-back to sending full QNAME to potentially broken nameservers. 2938 The zone of the query is determined by examining the nameservers for it, 2942 nameservers for those zones. 3400 For the stub zone this list of nameservers is used. 3473 where it starts using the list of nameservers currently published by the 3521 For the forward zone this list of nameservers is used to forward the queries [all …]
|
| H A D | requirements.txt | 278 unbound will not trust information from the parent nameservers as the
|
| H A D | Changelog | 152 - Fix #1247: forward-first: ssl handshake failed on root nameservers. 5778 - Fix queries for nameservers under a stub leaking to the internet. 7109 inability to find nameservers does not fail equality comparisons, 7110 many nameservers does not try to compare more than max-sent-count, 7863 nameservers all fail to answer. 8217 - fix to locate nameservers for DS lookup with NS fetches. 8249 nameservers that 'would be valid in the future', and if this makes 9056 nameservers are not tried again. 9565 The retry would attempt to fetch the data from other nameservers 9657 pick up the system resolvconf nameservers and hosts there. [all …]
|
| /freebsd/usr.sbin/bsdconfig/networking/ |
| H A D | Makefile | 7 SCRIPTS= defaultrouter devices hostname nameservers networking \
|
| H A D | INDEX | 51 menu_selection="nameservers|nameservers"
|
| /freebsd/usr.sbin/bsdconfig/networking/share/ |
| H A D | resolv.subr | 410 # Edit the nameservers in resolv.conf(5). 424 # Loop forever until the user has finished configuring nameservers 428 # Re/Build list of nameservers 430 local nameservers 431 f_resolv_conf_nameservers nameservers 441 for ns in $nameservers; do
|
| H A D | device.subr | 373 # allows preservation of nameservers acquired via
|
| /freebsd/packages/resolvconf/ |
| H A D | resolvconf.ucl | 24 provide new nameservers when connecting to a network.
|
| /freebsd/contrib/ldns/drill/ |
| H A D | ChangeLog.22-nov-2005 | 63 * If no nameservers found in /etc/resolv.conf
|
| /freebsd/usr.sbin/bsdconfig/networking/include/ |
| H A D | messages.subr | 46 msg_dns_nameservers="DNS nameservers"
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | whatsnew-2.0.txt | 521 6.1.1. DNS: IPv6 nameservers 523 The evdns code now lets you have nameservers whose addresses are IPv6.
|
| H A D | ChangeLog-1.4 | 48 o Do not break evdns connections to nameservers when our IP changes.
|
| H A D | ChangeLog | 1018 o Fix SEGFAULT after evdns_base_resume if no nameservers 1021 o Fix SEGFAULT after evdns_base_resume if no nameservers 1415 o Fix SEGFAULT after evdns_base_resume if no nameservers installed. (f8d7df8 Azat Khuzhin) 1696 o Fix a bug that prevented us from configuring IPv6 nameservers. (74760f1)
|
| /freebsd/contrib/libevent/ |
| H A D | whatsnew-2.0.txt | 521 6.1.1. DNS: IPv6 nameservers 523 The evdns code now lets you have nameservers whose addresses are IPv6.
|
| H A D | ChangeLog-1.4 | 48 o Do not break evdns connections to nameservers when our IP changes.
|
| H A D | ChangeLog | 1018 o Fix SEGFAULT after evdns_base_resume if no nameservers 1021 o Fix SEGFAULT after evdns_base_resume if no nameservers 1415 o Fix SEGFAULT after evdns_base_resume if no nameservers installed. (f8d7df8 Azat Khuzhin) 1696 o Fix a bug that prevented us from configuring IPv6 nameservers. (74760f1)
|