A Better DNS Server for the ESP8266
The original DNS Server by bryceschober only allows either one Domain to be resolved or all. It dosen't for multiple name resolutions.
Captive Portals. This new DNS server allows captive portals to work on android.
It's not that diffrent from the Original.
The start()
function now only takes an Integer, the Port.
You can add Domains using the addDomain("host.domain.de",IPAddress(1,1,1,1))
function.
Important! Add the wildcard *
last!