From 6e975c587556ba49964153a30436978da23b0aff Mon Sep 17 00:00:00 2001 From: gabekassel Date: Mon, 6 Mar 2023 15:43:13 -0800 Subject: [PATCH] [docs] dns browse: explain dns-sd proxy zone (#8824) Explain dns-sd proxy zone with an example. --- src/cli/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/cli/README.md b/src/cli/README.md index b4c6d1346..58e0edb3e 100644 --- a/src/cli/README.md +++ b/src/cli/README.md @@ -1177,7 +1177,17 @@ instance2 Done ``` -> Note: The DNS server IP can be an IPv4 address, which will be synthesized to an IPv6 address using the preferred NAT64 prefix from the network data. The command will return `InvalidState` when the DNS server IP is an IPv4 address but the preferred NAT64 prefix is unavailable. +```bash +> dns browse _airplay._tcp.default.service.arpa +DNS browse response for _airplay._tcp.default.service.arpa. +Gabe's Mac mini + Port:7000, Priority:0, Weight:0, TTL:10 + Host:Gabes-Mac-mini.default.service.arpa. + HostAddress:fd97:739d:386a:1:1c2e:d83c:fcbe:9cf4 TTL:10 +Done +``` + +> Note: The DNS server IP can be an IPv4 address, which will be synthesized to an IPv6 address using the preferred NAT64 prefix from the network data. The command will return `InvalidState` when the DNS server IP is an IPv4 address but the preferred NAT64 prefix is unavailable. When testing DNS-SD discovery proxy, the zone is not `local` and instead should be `default.service.arpa`. ### dns service \ \ \[DNS server IP\] \[DNS server port\] \[response timeout (ms)\] \[max tx attempts\] \[recursion desired (boolean)\]