diff --git a/docs/ftldns/index.md b/docs/ftldns/index.md new file mode 100644 index 0000000..9a18ec0 --- /dev/null +++ b/docs/ftldns/index.md @@ -0,0 +1,7 @@ +
+ +*FTL*DNS[™](https://pi-hole.net/trademark-rules-and-brand-guidelines/) (`pihole-FTL`) offers DNS services within the Pi-hole[®](https://pi-hole.net/trademark-rules-and-brand-guidelines/) project. +It provides DNS and DHCP services (it can also provide TFTP and more) as well as an interactive API where generated statistics for 's Web interface can be queried. The internal DNS server is based on the popular `dnsmasq`. + diff --git a/docs/images/FTLDNS.png b/docs/images/FTLDNS.png new file mode 100644 index 0000000..2e31463 Binary files /dev/null and b/docs/images/FTLDNS.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 65f7992..e862607 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,6 +24,7 @@ pages: - 'Installation': 'main/basic-install.md' - 'Post-Install': 'main/post-install.md' - 'Updating': 'main/update.md' +- 'FTLDNS': "ftldns/index.md" - 'Guides': - 'Pi-hole and OpenVPN Server': - 'Overview': 'guides/vpn/overview.md'