Apps/WhatIsMyDnsApp/README.md
A DNS App for Technitium DNS Server that returns the client's IP address for A, AAAA, and TXT queries.
dnsApp.configIDnsApplication, IDnsAppRecordRequestHandlerdnsApp.config is not used by this app.
The app is configured by creating an APP record at the desired name. The APP record data itself is not used.
A queries return the client's IPv4 address when the client connects over IPv4.AAAA queries return the client's IPv6 address when the client connects over IPv6.TXT queries return the client's IP address as text.