We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e84d9 commit 96c0ad9Copy full SHA for 96c0ad9
components/openthread/private_include/openthread-core-esp32x-ftd-config.h
@@ -440,6 +440,15 @@
440
#define OPENTHREAD_CONFIG_DNSSD_SERVER_ENABLE 1
441
#endif
442
443
+/**
444
+ * @def OPENTHREAD_CONFIG_DNSSD_SERVER_BIND_UNSPECIFIED_NETIF
445
+ *
446
+ * Define to 1 to bind DNS-SD server to unspecified interface, 0 to bind to Thread interface.
447
+ */
448
+#ifndef OPENTHREAD_CONFIG_DNSSD_SERVER_BIND_UNSPECIFIED_NETIF
449
+#define OPENTHREAD_CONFIG_DNSSD_SERVER_BIND_UNSPECIFIED_NETIF 1
450
+#endif
451
+
452
/**
453
* @def OPENTHREAD_CONFIG_DNS_UPSTREAM_QUERY_ENABLE
454
*
0 commit comments