Skip to content

Commit

Permalink
gnrc_networking: use gnrc_dns_default
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Jan 31, 2025
1 parent 51ea7fc commit f4b9471
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/gnrc_networking/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ USEMODULE += netstats_l2
USEMODULE += netstats_ipv6
USEMODULE += netstats_rpl

# 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
# Include DNS support. This includes resolution of names at an upstream DNS
# server, caching of the results, and the handling of RDNSS options in Router
# Advertisements to auto-configure that upstream DNS server.
USEMODULE += gnrc_dns_default

# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
Expand Down

0 comments on commit f4b9471

Please sign in to comment.