From 5deea315028bbee92115fd1e8ef6faf61e585b95 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Fri, 22 Apr 2022 11:35:52 +0200 Subject: [PATCH] tests/nanocoap_cli: add optional DNS support --- tests/nanocoap_cli/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/nanocoap_cli/Makefile b/tests/nanocoap_cli/Makefile index 2393540fbe..d506127f12 100644 --- a/tests/nanocoap_cli/Makefile +++ b/tests/nanocoap_cli/Makefile @@ -6,7 +6,12 @@ USEMODULE += netdev_default USEMODULE += auto_init_gnrc_netif # Specify the mandatory networking modules USEMODULE += gnrc_ipv6_default -USEMODULE += sock_udp + +# Optionally include DNS support. This includes resolution of names at an +# upstream DNS server and the handling of RDNSS options in Router Advertisements +# to auto-configure that upstream DNS server. +# USEMODULE += sock_dns # include DNS client +# USEMODULE += gnrc_ipv6_nib_dns # include RDNSS option handling USEMODULE += nanocoap_sock