Files
pi-hosted/template/apps/pi-hole-doh-dot.json

38 lines
1.5 KiB
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole with both DoH (DNS over HTTPS) and DoT (DNS over TLS) clients.",
"image_arm32": "oijkn/pihole-doh-dot:latest",
"image_arm64": "oijkn/pihole-doh-dot:latest",
"image_amd64": "oijkn/pihole-doh-dot:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/pihole_doh-dot.png",
"name": "pihole DoH/DoT",
"note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article <a href='https://medium.com/@niktrix/getting-rid-of-systemd-resolved-consuming-port-53-605f0234f32f'>here</a> if you run into issues binding to port 53. If you like to use Pi-Hole's built in DHCP-Server change the Network type to host and open advance options and scroll to Labels and add: NET_ADMIN with the value True. When you do so, specify a port is no more needed, navigate to your.ip.goes.here/admin.",
"officialDoc": "https://hub.docker.com/r/oijkn/pihole-doh-dot",
"piHostedDoc": "pi-hole.md",
"platform": "linux",
"ports": [
"53:53/tcp",
"53:53/udp",
"67:67/udp",
"1010:80/tcp",
"4443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pi-Hole DoH/DoT",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PiHole_DoH-DoT",
"container": "/etc/pihole"
},
{
"bind": "/portainer/Files/AppData/Config/PiHole_DoH-DoT/DNS",
"container": "/etc/dnsmasq.d"
}
],
"webpage": "https://pi-hole.net/"
}