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.
2 parents c508207 + 96c0ad9 commit 211074dCopy full SHA for 211074d
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