wificfg: IPv6 and mDNS support
* When IPv6 is enabled the http server and the captive portal dns now also accept IPv6 connections. The interface and peer IPv6 address are now also reported. * The http server no longer redirects <name>.local to an IP address for better integration with mDNS. * Add mDNS support, for the extras/mdnsresponder or the LWIP mDNS responder, and enable the LWIP mDNS responder for examples/wificfg.
This commit is contained in:
parent
c4dcfb1cac
commit
44d44a2cc5
3 changed files with 226 additions and 40 deletions
|
@ -2,4 +2,11 @@
|
|||
PROGRAM=wificfg
|
||||
EXTRA_COMPONENTS=extras/dhcpserver extras/wificfg
|
||||
|
||||
# For the mDNS responder included under extras:
|
||||
# EXTRA_COMPONENTS+=extras/mdnsresponder
|
||||
# EXTRA_CFLAGS=-DEXTRAS_MDNS_RESPONDER
|
||||
|
||||
# For the mDNS responder included with lwip:
|
||||
EXTRA_CFLAGS=-DLWIP_MDNS_RESPONDER=1 -DLWIP_NUM_NETIF_CLIENT_DATA=1 -DLWIP_NETIF_EXT_STATUS_CALLBACK=1
|
||||
|
||||
include ../../common.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue