DNS Software
DNS stands for Domain Name System it is the things that makes the .com .net .org and .io of all our favorite websites work.
With Dentropy Cloud one requires their own public domain name to access their apps from any web browser connected to the internet. Once one buys a domain name they can use Public DNS services to map that domain name to a server. When running Dentropy Cloud from home one does not have a static IP address therefore the DNS provider needs to support updating their DNS record programmatically when one's IP address changes.
An alternative to public DNS is private DNS. With private DNS one can setup their own websites. With private DNS you can change google.com to go to your website, though browsers don't really like that. Anotehr imporant feature of private DNS is the ability to block ads.
Dynamic DNS
- linode-dynamic-dns/docker at master · nvllsvm/linode-dynamic-dns · GitHub
- FreeDNS
- Search Cloudflare
- DynamicDNS - Community Help Wiki
Public DNS
- Best Free DNS Solutions
- DNS Manager | Linode
- https://api.cloudflare.com/
- Domains and DNS | OVH Guides
- DNS | easyDNS
- Alternative DNS Solutions
- FreeDNS Alternatives and Similar Software | AlternativeTo
- ClouDNS: Open source libs for ClouDNS HTTP API
- API | Dynu
- Amazon Route 53 - Amazon Web Services
Private DNS
Private services may require running a DNS server on a network.
From other file
DNS Stuff
- FreeDNS Alternatives and Similar Software - AlternativeTo.net
- ClouDNS: Open source libs for ClouDNS HTTP API
- API | Dynu
- Amazon Route 53 - Amazon Web Services
- https://api.cloudflare.com/
Wildcard DNS on local machine
- dnsmasq
- Tried this does not work
- Does not support .local
DNS + Dynamic IP
- Public DNS Reccomendations
- FreeDNS
- Cloudflare
- Cloudflare
- Private DNS Reccomendations
- AdGuard — World's most advanced adblocker!
- Pi-hole – Network-wide protection
Restart DNS on ubuntu
How can I flush the DNS on Ubuntu 17.04? - Ask Ubuntu
# Run one at a time
sudo systemd-resolve --flush-caches
sudo systemd-resolve --statistics