Skip to content

Commit e345f77

Browse files
authored
Merge pull request #9713 from jepler/issue9712
espressif: ipv6: Disable RDNSS
2 parents 329a9f7 + 433430f commit e345f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/esp-idf-config/sdkconfig.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ CONFIG_LWIP_SO_RCVBUF=y
6767
# IPv6
6868
#
6969
CONFIG_LWIP_IPV6_AUTOCONFIG=y
70-
CONFIG_LWIP_IPV6_RDNSS_MAX_DNS_SERVERS=2
70+
CONFIG_LWIP_IPV6_RDNSS_MAX_DNS_SERVERS=0
7171
CONFIG_LWIP_IPV6_DHCP6=y
7272
#
7373
# TCP

0 commit comments

Comments
 (0)