| /OK3568_Linux_fs/kernel/net/dns_resolver/ |
| H A D | Kconfig | 3 # Configuration for DNS Resolver 6 tristate "DNS Resolver support" 9 Saying Y here will include support for the DNS Resolver key type 10 which can be used to make upcalls to perform DNS lookups in 13 DNS Resolver is used to query DNS server for information. Examples 15 performing a DNS query for AFSDB records so that AFS can locate a 18 DNS Resolver is used by the CIFS and AFS modules, and would support 19 SMB2 later. DNS Resolver is supported by the userspace upcall
|
| /OK3568_Linux_fs/buildroot/package/unbound/ |
| H A D | Config.in | 8 Unbound is a validating, recursive, and caching DNS resolver. 9 It supports DNSSEC, QNAME minimisation, DNS-over-TLS and 19 DNSCrypt wraps unmodified DNS queries between a client and 20 a DNS resolver. Default port used is 443 and like with 21 normal unencrypted DNS, it uses UDP first and falling back 24 There is also DNS-over-TLS, a TCP only version 25 of proposed standard for DNS encryption (RFC 7858). 26 Default port for DNS-over-TLS is 853 and Unbound has 31 Note: Neither DNSCrypt or DNS-over-TLS encrypt the SNI.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | dns_resolver.rst | 4 DNS Resolver Module 20 The DNS resolver module provides a way for kernel services to make DNS queries 42 CONFIG_DNS_RESOLVER - tristate "DNS Resolver support" 77 This is the basic access function. It looks for a cached DNS query and if 78 it doesn't find it, it upcalls to userspace to make a new DNS query, which 101 DNS lookup failed. 111 Reading DNS Keys from Userspace 122 this type are used to transport and cache DNS lookup results from userspace. 125 keyrings for a cached DNS result. If that fails to find one, it upcalls to 132 The upcall handler program is responsible for querying the DNS, processing the
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libnet/ |
| H A D | libnet-dns-sec-perl_1.10.bb | 1 DESCRIPTION = "DNSSEC extensions to Net::DNS" 8 SRC_URI = "https://cpan.metacpan.org/authors/id/W/WI/WILLEM/Net-DNS-SEC-${PV}.tar.gz" 14 UPSTREAM_CHECK_REGEX = "Net\-DNS\-SEC\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" 16 S = "${WORKDIR}/Net-DNS-SEC-${PV}"
|
| H A D | libnet-dns-perl_1.33.bb | 1 DESCRIPTION = "This package contains the DNS.pm module with friends." 10 SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" 14 UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" 16 S = "${WORKDIR}/Net-DNS-${PV}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/ |
| H A D | CVE-2023-28450.patch | 4 Subject: [PATCH] Set the default maximum DNS UDP packet size to 1232. 23 @@ -183,7 +183,8 @@ to zero completely disables DNS function, leaving only DHCP and/or TFTP. 26 Specify the largest EDNS.0 UDP packet which is supported by the DNS 29 +DNS flag day in 2020. Only increase if you know what you are doing. 32 Send outbound DNS queries from, and listen for their replies on, the
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.dns | 4 The Domain Name System (DNS) is a hierarchical naming system for computers, 14 For more information on DNS - http://en.wikipedia.org/wiki/Domain_Name_System 16 U-Boot and DNS 58 For some helpful things that can be related to DNS in U-Boot,
|
| /OK3568_Linux_fs/buildroot/package/dropbear/ |
| H A D | Config.in | 32 bool "disable reverse DNS lookups" 34 Disable reverse DNS lookups on connection. This can be handy 35 on systems without working DNS, as connections otherwise 36 stall until DNS times out.
|
| /OK3568_Linux_fs/buildroot/package/dnsmasq/ |
| H A D | Config.in | 5 A lightweight DNS and DHCP server. It is intended to provide 6 coupled DNS and DHCP service to a LAN. 49 Enable DNS query connection marking in netfilter.
|
| /OK3568_Linux_fs/buildroot/package/bind/ |
| H A D | Config.in | 6 implementation of the Domain Name System (DNS) protocols 13 * tools for verifying the proper operation of the DNS 16 The BIND DNS Server is used on the vast majority of name
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/avahi/files/ |
| H A D | initscript.patch | 18 +# Short-Description: Avahi mDNS/DNS-SD Daemon 40 +# Short-Description: Avahi mDNS/DNS-SD DNS configuration
|
| /OK3568_Linux_fs/buildroot/package/avahi/ |
| H A D | Config.in | 28 bool "mDNS/DNS-SD daemon" 32 The Avahi mDNS/DNS-SD daemon implementing Apple's ZeroConf 35 mDNS/DNS-SD.
|
| /OK3568_Linux_fs/buildroot/package/perl-net-dns/ |
| H A D | perl-net-dns.mk | 8 PERL_NET_DNS_SOURCE = Net-DNS-$(PERL_NET_DNS_VERSION).tar.gz 12 PERL_NET_DNS_DISTNAME = Net-DNS
|
| H A D | perl-net-dns.hash | 2 md5 e8ee02ec42dfeb10ae4a0d175d5fcafc Net-DNS-1.32.tar.gz 3 sha256 b890a7b44d573f27cc713caadf1e12eaaa4478a6504d1157194df614316b5b50 Net-DNS-1.32.tar.gz
|
| /OK3568_Linux_fs/buildroot/package/iodine/ |
| H A D | Config.in | 5 iodine lets you tunnel IPv4 data through a DNS server. 7 internet access is firewalled, but DNS queries are allowed.
|
| /OK3568_Linux_fs/buildroot/package/s6-dns/ |
| H A D | Config.in | 6 s6-dns is a suite of DNS client programs and libraries for 8 DNS clients.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ldns/ |
| H A D | ldns_1.8.1.bb | 1 SUMMARY = "LDNS is a DNS library that facilitates DNS tool programming"
|
| /OK3568_Linux_fs/buildroot/package/ndisc6/ |
| H A D | Config.in | 16 name2addr perform DNS lookups from scripts. 31 IPv6 Recursive DNS Server discovery Daemon.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/libnss-mdns/ |
| H A D | libnss-mdns_0.15.1.bb | 1 SUMMARY = "Name Service Switch module for Multicast DNS (zeroconf) name resolution" 3 … of the GNU C Library (glibc) providing host name resolution via Multicast DNS (aka Zeroconf, aka …
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libevent/libevent/ |
| H A D | 0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch | 5 DNS 8 of a DNS that can reach to the internet, these tests fail.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/ |
| H A D | nfs-client.rst | 60 The DNS resolver 72 a path, or a DNS hostname and a path. The latter requires the NFS client to 73 do a DNS lookup in order to mount the new volume, and hence the need for an 104 as having no valid DNS translation.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/dhcpcd/files/ |
| H A D | 0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch | 12 DNS information set by 'resolvconf -a eth0.dhcp'. 16 systemd's resolvconf. This way, the DNS information is not incorrectly
|
| /OK3568_Linux_fs/buildroot/package/c-ares/ |
| H A D | Config.in | 4 C library for asynchronous DNS requests.
|
| /OK3568_Linux_fs/buildroot/package/python-dnspython/ |
| H A D | Config.in | 5 A powerful DNS toolkit for python.
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | Kconfig | 139 the format of a DNS domain name and should be set to the DNS domain 179 bool "Use the legacy NFS DNS resolver" 183 IP address. Select Y here if you would rather use your own DNS
|