Home
last modified time | relevance | path

Searched refs:nameservers (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/ldns/
H A Dresolver.c252 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 Dnuageinit232 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 DREADME.md13 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 Dunbound.rst52 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 DREADME.DNS6450 nameservers and try resolving any names in that domain.
H A Dlibunbound.rst293 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 Dexample.conf.in291 # 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 Dunbound-control.rst598 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 Dunbound-anchor.rst165 It contains the IP addresses of the recursive nameservers to use.
H A Dunbound.conf.rst292 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 Drequirements.txt278 unbound will not trust information from the parent nameservers as the
H A DChangelog152 - 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 DMakefile7 SCRIPTS= defaultrouter devices hostname nameservers networking \
H A DINDEX51 menu_selection="nameservers|nameservers"
/freebsd/usr.sbin/bsdconfig/networking/share/
H A Dresolv.subr410 # 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 Ddevice.subr373 # allows preservation of nameservers acquired via
/freebsd/packages/resolvconf/
H A Dresolvconf.ucl24 provide new nameservers when connecting to a network.
/freebsd/contrib/ldns/drill/
H A DChangeLog.22-nov-200563 * If no nameservers found in /etc/resolv.conf
/freebsd/usr.sbin/bsdconfig/networking/include/
H A Dmessages.subr46 msg_dns_nameservers="DNS nameservers"
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt521 6.1.1. DNS: IPv6 nameservers
523 The evdns code now lets you have nameservers whose addresses are IPv6.
H A DChangeLog-1.448 o Do not break evdns connections to nameservers when our IP changes.
H A DChangeLog1018 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 Dwhatsnew-2.0.txt521 6.1.1. DNS: IPv6 nameservers
523 The evdns code now lets you have nameservers whose addresses are IPv6.
H A DChangeLog-1.448 o Do not break evdns connections to nameservers when our IP changes.
H A DChangeLog1018 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)

12