openwrt/package
Paul Donald 7c501e0ed2 dnsmasq: add handling of dns-rr to init script (add arbitrary resource records)
Add support for handling of DNS RR (Resource Records) requests, which
are needed for the HTTPS Type 65 records, introduced to support the
DNS-based Service Discovery (DNS-SD) mechanism for HTTPS services and
defined in the RFC 9460 (9.1. Query Names for HTTPS RRs).

Ref: https://forum.openwrt.org/t/resolving-query-type-65-to-local-address-for-ios-clients-in-dnsmasq/179504/11

uci config usage:

config dnsrr
    option rrname 'foo.example.com'
    option rrnumber '65'
    option hexdata '00'

hexdata is optional.

Available since dnsmasq 2.62 (for around 12 years at this point).

Note: dnsmasq dns-rr are not affected by filter-rr

Tested on 22.03.5

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Tested-by: Vladimir Kochkovski <ask@getvladimir.com>
Link: https://github.com/openwrt/openwrt/pull/14975
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-10-20 21:56:16 +02:00
..
base-files base-files: add ucidef_set_network_device_path_port function 2024-10-19 19:10:56 +02:00
boot uboot-mvebu: update to version 2024.10 2024-10-19 22:54:12 +02:00
devel gdb: Remove MIPS NSIG patch 2024-10-12 21:51:25 +02:00
firmware linux-firmware: add firmware for Realtek RTL8192DU 2024-10-19 17:36:51 +02:00
kernel kernel: gpio-nct5104d: use devm 2024-10-20 13:52:45 +02:00
libs libbpf: bump to 1.4.6 2024-10-13 22:29:11 +03:00
network dnsmasq: add handling of dns-rr to init script (add arbitrary resource records) 2024-10-20 21:56:16 +02:00
system opkg: update to Git HEAD (2024-10-16) 2024-10-16 13:56:27 +02:00
utils firmware-utils: update to Git HEAD (2024-10-16) 2024-10-19 23:52:45 +02:00
Makefile sdk: fix APK key creation 2024-08-09 01:47:05 +02:00