zephyr/subsys/net/lib/dns
Jukka Rissanen 6c95daf0ae net: dns: Bind DNS server to a network interface
Allow user to specify a network interface in the DNS server
list. User can append "%" and network interface name to the
DNS server to use this. If the network interface is mentioned
in the server list, then the DNS queries are sent via this network
interface.
For example setting the interfaces like this:
   192.0.2.2%eth1
   [2001:db8::2]:5353%ppp0

would cause the DNS queries to sent to 192.0.2.1 via eth1 in the first
example, and to 2001:db8::2 via ppp0 in the second example.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-11-16 13:51:27 -05:00
..
CMakeLists.txt
Kconfig net: dns: Bind DNS server to a network interface 2024-11-16 13:51:27 -05:00
dispatcher.c net: sockets: socket_service: remove k_work related code 2024-10-23 11:32:21 +02:00
dns_cache.c
dns_cache.h
dns_internal.h
dns_pack.c net: mdns: Discard the message if query count is 0 2024-09-25 13:52:15 -05:00
dns_pack.h
dns_sd.c
dns_sd.h
llmnr_responder.c net: sockets: socket_service: remove k_work related code 2024-10-23 11:32:21 +02:00
mdns_responder.c net: sockets: socket_service: remove k_work related code 2024-10-23 11:32:21 +02:00
resolve.c net: dns: Bind DNS server to a network interface 2024-11-16 13:51:27 -05:00