Grep with "dns" on the JSON-data (3)
/dockers/ (/data/Dockers) >> 3dprinters = Devops - Devtools - DNS - Docker - Documentation = Wordpress
Title | Desc | Ports | Env / Vol |
---|---|---|---|
Cloudflare DDNS |
A robust Cloudflare DDNS updater with a small footprint. The program will detect your machine’s public IP addresses and update DNS records using the Cloudflare API.
Note: Template created by Pi-Hosted Series Check our Github page: https://github.com/pi-hosted/pi-hosted Official Webpage: https://www.cloudflare.com/en-gb/learning/dns/glossary/dynamic-dns/ Official Docker Documentation: https://github.com/favonia/cloudflare-ddns/ Image: favonia/cloudflare-ddns:latest Category: Dns Tools |
CLOUDFLARE_API_TOKEN="" #CLOUDFLARE_API_TOKEN DOMAINS="" #DOMAINS (Comma Separated List) PROXIED="true" #PROXIED |
|
Duck DNS |
Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn’t require reactivation or forum posts to maintain its existence.
Note: ConfigurationFirst, go to duckdns site, register your subdomain and retrieve your token Then run the docker create command above with your subdomain(s) and token It will update your IP with the DuckDNS service every 5 minutes Image: linuxserver/duckdns:latest Category: DNS Tools |
SUBDOMAINS="" #SUBDOMAINS TOKEN="" #TOKEN PUID="1000" #PUID PGID="100" #PGID |
|
Pi-Hole |
A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole.
Note: When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article here if you run into issues binding to port 53. Image: pihole/pihole:latest Category: Dns |
53:53/tcp 53:53/udp 67:67/udp 1010:80/tcp 4443:443/tcp |
/portainer/Files/AppData/Config/PiHole:/etc/pihole /portainer/Files/AppData/Config/PiHole/DNS:/etc/dnsmasq.d |
( layout\dockers\term - Kind='term' )