1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-11-15 09:21:05 +03:00
Files
esp8266/libraries/ESP8266mDNS/src/LEAmDNS.h
david gauchard f9009b8a5e mDNS: restriction to a single interface (#6224)
Default interface is STA (or AP if available and STA is unavailable).
An interface can also be specified in ::begin() by its IP address.
MDNS will not cross interfaces (there is currently no notion of "bridged interfaces")

Multiple instances should be working, this is not tested in this commit.
2019-06-27 09:30:12 +02:00

58 KiB