Skip to content

Commit

Permalink
adds name-check off
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-burns committed Apr 23, 2024
1 parent d3086e8 commit 996a6d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnssd-service
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ do
case ${NSUPDATE_ACTION} in
add)
NSUPDATE_PRECONDITION_SET="nxrrset"
NSUPDATE_ITEMS="${NSUPDATE_ITEMS}check-names off\n"
# service type browsing instance pointer
NSUPDATE_ITEMS="${NSUPDATE_ITEMS}update ${NSUPDATE_ACTION} _services._dns-sd._udp.${DNSSD_DOMAIN} ${NSUPDATE_TTL} PTR ${service}.${DNSSD_DOMAIN}.\n"
# service instance of service to browse
Expand Down

0 comments on commit 996a6d3

Please sign in to comment.