This commit is contained in:
Squidly271 2021-01-19 23:56:19 -05:00
parent 9c60b305dd
commit df13c0e61f
7 changed files with 1034 additions and 102 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1611105430
"last_updated_timestamp": 1611118578
}

View File

@ -181369,5 +181369,378 @@
"stars": 1,
"LastUpdateScan": 1610831246,
"FirstSeen": 1610831246
},
{
"Name": "Pihole-DoT-DoH",
"Repository": "nzzane/pihole-dot-doh:stable-amd64",
"Registry": "https://hub.docker.com/r/nzzane/pihole-dot-doh/",
"Network": "br0",
"MyIP": "192.168.1.24",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/101615-support-nzzane-pihole-dot-doh/",
"Project": "https://docs.pi-hole.net/guides/dns-over-https/",
"Overview": "Pi-Hole - let's block those pesky ads! Now with DNS-over-HTTPS and DNS-over-TLS! pihole.doh!\r\n Don't send your DNS queries in plain text.\r\n \r\n YOU MUST ASSIGN A STATIC IP TO THE DOCKER FOR PIHOLE TO WORK.\n \r\n You must set both DNS1 and DNS2 variables to 127.1.1.1#5153 (DoH) and/or 127.2.2.2#5253 (DoT). To use just DoH or just DoT, set both DNS1 and DNS2 to the same value.\r\n \r\n Otherwise, same instructions as official Pi-Hole.\r\n \r\n NOTE 1: Port 53 can only be used with custom br0/br1 network and a static IP address.\r\n \r\n NOTE 2: DNS lookup rarely ever works with ports other than 53 i.e. see note above about static IP.\r\n \r\n NOTE 3: UnRaid network settings DNS server cannot point to a docker IP.",
"WebUI": "http://[IP]:[PORT:80]/admin",
"TemplateURL": "https://raw.githubusercontent.com/nzzane/nzzane-unraid-repo/main/PiHole-Dot-DoH.xml",
"Icon": "https://raw.githubusercontent.com/nzzane/pihole-base-buster-plus/master/pi_hole_bw.png",
"ExtraParams": "--cap-add=NET_ADMIN --restart=unless-stopped",
"PostArgs": "",
"CPUset": "",
"DonateText": "If you like my work, a donation to my burger fund is very much appreciated.",
"DonateLink": "https://www.paypal.com/donate?hosted_button_id=4CL2REKSGRLWA",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "53",
"ContainerPort": "53",
"Protocol": "tcp"
},
{
"HostPort": "53",
"ContainerPort": "53",
"Protocol": "udp"
},
{
"HostPort": "67",
"ContainerPort": "67",
"Protocol": "udp"
},
{
"HostPort": "80",
"ContainerPort": "80",
"Protocol": "tcp"
},
{
"HostPort": "443",
"ContainerPort": "443",
"Protocol": "tcp"
}
]
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/pihole-dot-doh/pihole/",
"ContainerDir": "/etc/pihole/",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/pihole-dot-doh/dnsmasq.d/",
"ContainerDir": "/etc/dnsmasq.d/",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/pihole-dot-doh/config/",
"ContainerDir": "/config/",
"Mode": "rw"
}
]
},
"Environment": {
"Variable": [
{
"Value": "127.1.1.1#5153",
"Name": "DNS1",
"Mode": ""
},
{
"Value": "127.2.2.2#5253",
"Name": "DNS2",
"Mode": ""
},
{
"Value": "Europe/London",
"Name": "TZ",
"Mode": ""
},
{
"Value": "password",
"Name": "WEBPASSWORD",
"Mode": ""
},
{
"Value": "eth0",
"Name": "INTERFACE",
"Mode": ""
},
{
"Value": "192.168.1.24",
"Name": "ServerIP",
"Mode": ""
},
{
"Value": "",
"Name": "ServerIPv6",
"Mode": ""
},
{
"Value": "False",
"Name": "IPv6",
"Mode": ""
},
{
"Value": "all",
"Name": "DNSMASQ_LISTENING",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "DNS Port TCP",
"Target": "53",
"Default": "53",
"Mode": "tcp",
"Description": "Container Port: 53",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "53"
},
{
"@attributes": {
"Name": "DNS Port UDP",
"Target": "53",
"Default": "53",
"Mode": "udp",
"Description": "Container Port: 53",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "53"
},
{
"@attributes": {
"Name": "DHCP Port",
"Target": "67",
"Default": "67",
"Mode": "udp",
"Description": "Container Port: 67",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "67"
},
{
"@attributes": {
"Name": "HTTP Port",
"Target": "80",
"Default": "80",
"Mode": "tcp",
"Description": "Container Port: 80",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "80"
},
{
"@attributes": {
"Name": "HTTPS Port",
"Target": "443",
"Default": "443",
"Mode": "tcp",
"Description": "Container Port: 443",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "443"
},
{
"@attributes": {
"Name": "pihole config",
"Target": "/etc/pihole/",
"Default": "/mnt/user/appdata/pihole-dot-doh/pihole/",
"Mode": "rw",
"Description": "Container Path: /etc/pihole/",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/pihole-dot-doh/pihole/"
},
{
"@attributes": {
"Name": "dnsmasq config",
"Target": "/etc/dnsmasq.d/",
"Default": "/mnt/user/appdata/pihole-dot-doh/dnsmasq.d/",
"Mode": "rw",
"Description": "Container Path: /etc/dnsmasq.d/",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/pihole-dot-doh/dnsmasq.d/"
},
{
"@attributes": {
"Name": "DoT DoH config",
"Target": "/config/",
"Default": "/mnt/user/appdata/pihole-dot-doh/config/",
"Mode": "rw",
"Description": "Container Path: /config/",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/pihole-dot-doh/config/"
},
{
"@attributes": {
"Name": "ENV 1",
"Target": "DNS1",
"Default": "127.1.1.1#5153",
"Mode": "",
"Description": "Container Variable: DNS1",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "127.1.1.1#5153"
},
{
"@attributes": {
"Name": "ENV 2",
"Target": "DNS2",
"Default": "127.2.2.2#5253",
"Mode": "",
"Description": "Container Variable: DNS2",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "127.2.2.2#5253"
},
{
"@attributes": {
"Name": "ENV 3",
"Target": "TZ",
"Default": "Europe/London",
"Mode": "",
"Description": "Container Variable: TZ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Europe/London"
},
{
"@attributes": {
"Name": "ENV 4",
"Target": "WEBPASSWORD",
"Default": "password",
"Mode": "",
"Description": "Container Variable: WEBPASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "password"
},
{
"@attributes": {
"Name": "ENV 5",
"Target": "INTERFACE",
"Default": "eth0",
"Mode": "",
"Description": "Container Variable: INTERFACE",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "eth0"
},
{
"@attributes": {
"Name": "ENV 6",
"Target": "ServerIP",
"Default": "192.168.1.24",
"Mode": "",
"Description": "Container Variable: ServerIP",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "192.168.1.24"
},
{
"@attributes": {
"Name": "ENV 7",
"Target": "ServerIPv6",
"Default": "",
"Mode": "",
"Description": "Container Variable: ServerIPv6",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "ENV 8",
"Target": "IPv6",
"Default": "False",
"Mode": "",
"Description": "Container Variable: IPv6",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "ENV 9",
"Target": "DNSMASQ_LISTENING",
"Default": "all",
"Mode": "",
"Description": "Container Variable: DNSMASQ_LISTENING",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "all"
}
],
"Repo": "FlippinTurt's Repository",
"Date": "1599861527",
"Category": "Security: Other: Network:DNS",
"OriginalOverview": "\n Pi-Hole - let's block those pesky ads! Now with DNS-over-HTTPS and DNS-over-TLS! pihole.doh!\r\n Don't send your DNS queries in plain text.\r\n \r\n YOU MUST ASSIGN A STATIC IP TO THE DOCKER FOR PIHOLE TO WORK.\n \r\n You must set both DNS1 and DNS2 variables to 127.1.1.1#5153 (DoH) and/or 127.2.2.2#5253 (DoT). To use just DoH or just DoT, set both DNS1 and DNS2 to the same value.\r\n \r\n Otherwise, same instructions as official Pi-Hole.\r\n \r\n NOTE 1: Port 53 can only be used with custom br0/br1 network and a static IP address.\r\n \r\n NOTE 2: DNS lookup rarely ever works with ports other than 53 i.e. see note above about static IP.\r\n \r\n NOTE 3: UnRaid network settings DNS server cannot point to a docker IP.\r\n \r\n ",
"Description": "Pi-Hole - let's block those pesky ads! Now with DNS-over-HTTPS and DNS-over-TLS! pihole.doh!\r\n Don't send your DNS queries in plain text.\r\n \r\n YOU MUST ASSIGN A STATIC IP TO THE DOCKER FOR PIHOLE TO WORK.\n \r\n You must set both DNS1 and DNS2 variables to 127.1.1.1#5153 (DoH) and/or 127.2.2.2#5253 (DoT). To use just DoH or just DoT, set both DNS1 and DNS2 to the same value.\r\n \r\n Otherwise, same instructions as official Pi-Hole.\r\n \r\n NOTE 1: Port 53 can only be used with custom br0/br1 network and a static IP address.\r\n \r\n NOTE 2: DNS lookup rarely ever works with ports other than 53 i.e. see note above about static IP.\r\n \r\n NOTE 3: UnRaid network settings DNS server cannot point to a docker IP.",
"templatePath": "/tmp/GitHub/AppFeed/templates/FlippinTurtsRepository/PiHole-Dot-DoH.xml",
"CategoryList": [
"Security",
"Other",
"Network-DNS"
],
"LastUpdateScan": 1611118575,
"FirstSeen": 1611118575
}
]

View File

@ -1,7 +1,7 @@
{
"apps": 1099,
"last_updated_timestamp": 1611105430,
"last_updated": "2021-01-19 20:17",
"apps": 1100,
"last_updated_timestamp": 1611118578,
"last_updated": "2021-01-19 23:56",
"categories": [
{
"Cat": "Backup:",
@ -181527,6 +181527,379 @@
"stars": 1,
"LastUpdateScan": 1610831246,
"FirstSeen": 1610831246
},
{
"Name": "Pihole-DoT-DoH",
"Repository": "nzzane/pihole-dot-doh:stable-amd64",
"Registry": "https://hub.docker.com/r/nzzane/pihole-dot-doh/",
"Network": "br0",
"MyIP": "192.168.1.24",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/101615-support-nzzane-pihole-dot-doh/",
"Project": "https://docs.pi-hole.net/guides/dns-over-https/",
"Overview": "Pi-Hole - let's block those pesky ads! Now with DNS-over-HTTPS and DNS-over-TLS! pihole.doh!\r\n Don't send your DNS queries in plain text.\r\n \r\n YOU MUST ASSIGN A STATIC IP TO THE DOCKER FOR PIHOLE TO WORK.\n \r\n You must set both DNS1 and DNS2 variables to 127.1.1.1#5153 (DoH) and/or 127.2.2.2#5253 (DoT). To use just DoH or just DoT, set both DNS1 and DNS2 to the same value.\r\n \r\n Otherwise, same instructions as official Pi-Hole.\r\n \r\n NOTE 1: Port 53 can only be used with custom br0/br1 network and a static IP address.\r\n \r\n NOTE 2: DNS lookup rarely ever works with ports other than 53 i.e. see note above about static IP.\r\n \r\n NOTE 3: UnRaid network settings DNS server cannot point to a docker IP.",
"WebUI": "http://[IP]:[PORT:80]/admin",
"TemplateURL": "https://raw.githubusercontent.com/nzzane/nzzane-unraid-repo/main/PiHole-Dot-DoH.xml",
"Icon": "https://raw.githubusercontent.com/nzzane/pihole-base-buster-plus/master/pi_hole_bw.png",
"ExtraParams": "--cap-add=NET_ADMIN --restart=unless-stopped",
"PostArgs": "",
"CPUset": "",
"DonateText": "If you like my work, a donation to my burger fund is very much appreciated.",
"DonateLink": "https://www.paypal.com/donate?hosted_button_id=4CL2REKSGRLWA",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "53",
"ContainerPort": "53",
"Protocol": "tcp"
},
{
"HostPort": "53",
"ContainerPort": "53",
"Protocol": "udp"
},
{
"HostPort": "67",
"ContainerPort": "67",
"Protocol": "udp"
},
{
"HostPort": "80",
"ContainerPort": "80",
"Protocol": "tcp"
},
{
"HostPort": "443",
"ContainerPort": "443",
"Protocol": "tcp"
}
]
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/user/appdata/pihole-dot-doh/pihole/",
"ContainerDir": "/etc/pihole/",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/pihole-dot-doh/dnsmasq.d/",
"ContainerDir": "/etc/dnsmasq.d/",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/pihole-dot-doh/config/",
"ContainerDir": "/config/",
"Mode": "rw"
}
]
},
"Environment": {
"Variable": [
{
"Value": "127.1.1.1#5153",
"Name": "DNS1",
"Mode": ""
},
{
"Value": "127.2.2.2#5253",
"Name": "DNS2",
"Mode": ""
},
{
"Value": "Europe/London",
"Name": "TZ",
"Mode": ""
},
{
"Value": "password",
"Name": "WEBPASSWORD",
"Mode": ""
},
{
"Value": "eth0",
"Name": "INTERFACE",
"Mode": ""
},
{
"Value": "192.168.1.24",
"Name": "ServerIP",
"Mode": ""
},
{
"Value": "",
"Name": "ServerIPv6",
"Mode": ""
},
{
"Value": "False",
"Name": "IPv6",
"Mode": ""
},
{
"Value": "all",
"Name": "DNSMASQ_LISTENING",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "DNS Port TCP",
"Target": "53",
"Default": "53",
"Mode": "tcp",
"Description": "Container Port: 53",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "53"
},
{
"@attributes": {
"Name": "DNS Port UDP",
"Target": "53",
"Default": "53",
"Mode": "udp",
"Description": "Container Port: 53",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "53"
},
{
"@attributes": {
"Name": "DHCP Port",
"Target": "67",
"Default": "67",
"Mode": "udp",
"Description": "Container Port: 67",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "67"
},
{
"@attributes": {
"Name": "HTTP Port",
"Target": "80",
"Default": "80",
"Mode": "tcp",
"Description": "Container Port: 80",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "80"
},
{
"@attributes": {
"Name": "HTTPS Port",
"Target": "443",
"Default": "443",
"Mode": "tcp",
"Description": "Container Port: 443",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "443"
},
{
"@attributes": {
"Name": "pihole config",
"Target": "/etc/pihole/",
"Default": "/mnt/user/appdata/pihole-dot-doh/pihole/",
"Mode": "rw",
"Description": "Container Path: /etc/pihole/",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/pihole-dot-doh/pihole/"
},
{
"@attributes": {
"Name": "dnsmasq config",
"Target": "/etc/dnsmasq.d/",
"Default": "/mnt/user/appdata/pihole-dot-doh/dnsmasq.d/",
"Mode": "rw",
"Description": "Container Path: /etc/dnsmasq.d/",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/pihole-dot-doh/dnsmasq.d/"
},
{
"@attributes": {
"Name": "DoT DoH config",
"Target": "/config/",
"Default": "/mnt/user/appdata/pihole-dot-doh/config/",
"Mode": "rw",
"Description": "Container Path: /config/",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/pihole-dot-doh/config/"
},
{
"@attributes": {
"Name": "ENV 1",
"Target": "DNS1",
"Default": "127.1.1.1#5153",
"Mode": "",
"Description": "Container Variable: DNS1",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "127.1.1.1#5153"
},
{
"@attributes": {
"Name": "ENV 2",
"Target": "DNS2",
"Default": "127.2.2.2#5253",
"Mode": "",
"Description": "Container Variable: DNS2",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "127.2.2.2#5253"
},
{
"@attributes": {
"Name": "ENV 3",
"Target": "TZ",
"Default": "Europe/London",
"Mode": "",
"Description": "Container Variable: TZ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Europe/London"
},
{
"@attributes": {
"Name": "ENV 4",
"Target": "WEBPASSWORD",
"Default": "password",
"Mode": "",
"Description": "Container Variable: WEBPASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "password"
},
{
"@attributes": {
"Name": "ENV 5",
"Target": "INTERFACE",
"Default": "eth0",
"Mode": "",
"Description": "Container Variable: INTERFACE",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "eth0"
},
{
"@attributes": {
"Name": "ENV 6",
"Target": "ServerIP",
"Default": "192.168.1.24",
"Mode": "",
"Description": "Container Variable: ServerIP",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "192.168.1.24"
},
{
"@attributes": {
"Name": "ENV 7",
"Target": "ServerIPv6",
"Default": "",
"Mode": "",
"Description": "Container Variable: ServerIPv6",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "ENV 8",
"Target": "IPv6",
"Default": "False",
"Mode": "",
"Description": "Container Variable: IPv6",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "False"
},
{
"@attributes": {
"Name": "ENV 9",
"Target": "DNSMASQ_LISTENING",
"Default": "all",
"Mode": "",
"Description": "Container Variable: DNSMASQ_LISTENING",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "all"
}
],
"Repo": "FlippinTurt's Repository",
"Date": "1599861527",
"Category": "Security: Other: Network:DNS",
"OriginalOverview": "\n Pi-Hole - let's block those pesky ads! Now with DNS-over-HTTPS and DNS-over-TLS! pihole.doh!\r\n Don't send your DNS queries in plain text.\r\n \r\n YOU MUST ASSIGN A STATIC IP TO THE DOCKER FOR PIHOLE TO WORK.\n \r\n You must set both DNS1 and DNS2 variables to 127.1.1.1#5153 (DoH) and/or 127.2.2.2#5253 (DoT). To use just DoH or just DoT, set both DNS1 and DNS2 to the same value.\r\n \r\n Otherwise, same instructions as official Pi-Hole.\r\n \r\n NOTE 1: Port 53 can only be used with custom br0/br1 network and a static IP address.\r\n \r\n NOTE 2: DNS lookup rarely ever works with ports other than 53 i.e. see note above about static IP.\r\n \r\n NOTE 3: UnRaid network settings DNS server cannot point to a docker IP.\r\n \r\n ",
"Description": "Pi-Hole - let's block those pesky ads! Now with DNS-over-HTTPS and DNS-over-TLS! pihole.doh!\r\n Don't send your DNS queries in plain text.\r\n \r\n YOU MUST ASSIGN A STATIC IP TO THE DOCKER FOR PIHOLE TO WORK.\n \r\n You must set both DNS1 and DNS2 variables to 127.1.1.1#5153 (DoH) and/or 127.2.2.2#5253 (DoT). To use just DoH or just DoT, set both DNS1 and DNS2 to the same value.\r\n \r\n Otherwise, same instructions as official Pi-Hole.\r\n \r\n NOTE 1: Port 53 can only be used with custom br0/br1 network and a static IP address.\r\n \r\n NOTE 2: DNS lookup rarely ever works with ports other than 53 i.e. see note above about static IP.\r\n \r\n NOTE 3: UnRaid network settings DNS server cannot point to a docker IP.",
"templatePath": "/tmp/GitHub/AppFeed/templates/FlippinTurtsRepository/PiHole-Dot-DoH.xml",
"CategoryList": [
"Security",
"Other",
"Network-DNS"
],
"LastUpdateScan": 1611118575,
"FirstSeen": 1611118575
}
],
"repositories": {
@ -182471,6 +182844,10 @@
"Muwahhidun's Repository": {
"url": "https://github.com/Muwahhidun/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/107652-muwahhid/"
},
"FlippinTurt's Repository": {
"url": "https://github.com/nzzane/nzzane-unraid-repo",
"profile": "https://forums.unraid.net/profile/113405-flippinturt/"
}
}
}

View File

@ -1401,5 +1401,6 @@
"tak786/trango-self-hosted:latest": 1610831246,
"kanboard/kanboard": 1610838482,
"atlassian/jira-servicedesk": 1610924864,
"brotandgames/ciao": 1611083913
"brotandgames/ciao": 1611083913,
"nzzane/pihole-dot-doh:stable-amd64": 1611118575
}

View File

@ -40424,5 +40424,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"nzzane/pihole-dot-doh:stable-amd64": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1611118575,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

View File

@ -735,586 +735,592 @@
"title": "fanningert's Repository",
"index": 90
},
{
"url": "https://github.com/nzzane/nzzane-unraid-repo",
"profile": "https://forums.unraid.net/profile/113405-flippinturt/",
"title": "FlippinTurt's Repository",
"index": 91
},
{
"url": "https://github.com/CyanLabs/unraid-plugins",
"profile": "https://forums.unraid.net/profile/72406-fma965/",
"title": "Fma965's Repository",
"index": 91
"index": 92
},
{
"url": "https://github.com/FoxxMD/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/85599-foxxmd/",
"title": "FoxxMD's Repository",
"index": 92
"index": 93
},
{
"url": "https://github.com/frakman1/docker-templates",
"profile": "https://forums.unraid.net/profile/96005-frakman1",
"title": "frakman1's Repository",
"index": 93
"index": 94
},
{
"url": "https://github.com/FunnyPocketBook/docker-templates",
"profile": "https://forums.unraid.net/profile/78379-funnypocketbook",
"title": "FunnyPocketBook's Repository",
"index": 94
"index": 95
},
{
"url": "https://github.com/gfjardim/unRAID-plugins/tree/templates",
"profile": "https://forums.lime-technology.com/profile/1694-gfjardim/",
"title": "gfjardim's Repository",
"index": 95
"index": 96
},
{
"url": "https://github.com/GlassedSilver/unRAID-CAs",
"profile": "https://forums.unraid.net/profile/91241-glassed-silver",
"title": "Glassed Silver's Repository",
"index": 96
"index": 97
},
{
"url": "https://github.com/GregYankovoy/docker-templates",
"profile": "https://forums.unraid.net/profile/88760-grack/",
"title": "Grack's Repository",
"index": 97
"index": 98
},
{
"url": "https://github.com/GuildDarts/unraid-ca-templates",
"profile": "https://forums.unraid.net/profile/80260-guilddarts/",
"title": "GuildDart's Repository",
"index": 98
"index": 99
},
{
"url": "https://github.com/benhedrington/hedrington-unraid-docker-templates",
"profile": "https://github.com/benhedrington/hedrington-unraid-docker-templates",
"title": "hedrinbc's Repository",
"index": 99
"index": 100
},
{
"url": "https://github.com/hernandito/docker-templates",
"profile": "https://forums.lime-technology.com/profile/6274-hernandito/",
"title": "hernandito's Repository",
"index": 100
"index": 101
},
{
"url": "https://github.com/HuxyUK/docker-containers",
"profile": "https://forums.lime-technology.com/profile/70544-huxy/",
"title": "Huxy's Repository",
"index": 101
"index": 102
},
{
"url": "https://github.com/itimpi/Unraid-CA-Templates",
"profile": "https://lime-technology.com/profile/10897-itimpi/",
"title": "itimpi's Repository",
"index": 102
"index": 103
},
{
"url": "https://github.com/jassycliq/Unraid-AndroidStudio-Projector",
"profile": "https://forums.unraid.net/profile/116233-jassycliq/",
"title": "jassycliq's Repository",
"index": 103
"index": 104
},
{
"url": "https://github.com/jbartlett777/DiskSpeed",
"profile": "https://lime-technology.com/profile/8307-jbartlett/",
"title": "JBartlett's Repository",
"index": 104
"index": 105
},
{
"url": "https://github.com/jbreed/docker-templates",
"profile": "https://forums.unraid.net/profile/92695-jbreed/",
"title": "jbreed's Repository",
"index": 105
"index": 106
},
{
"url": "https://github.com/jbrodriguez/unraid",
"profile": "https://forums.lime-technology.com/profile/593-jbrodriguez/",
"title": "jbrodriguez's Repository",
"index": 106
"index": 107
},
{
"url": "https://github.com/Jcloud67/Docker-Templates",
"profile": "https://lime-technology.com/profile/67922-jcloud/",
"title": "JCloud's Repository",
"index": 107
"index": 108
},
{
"url": "https://github.com/jcreynolds/docker-templates",
"profile": "https://forums.lime-technology.com/profile/65204-jcreynoldsii/",
"title": "jcreynolds' Repository",
"index": 108
"index": 109
},
{
"url": "https://github.com/juusujanar/unraid-templates",
"profile": "https://lime-technology.com/profile/79768-jj9987/",
"title": "jj9987's Repository",
"index": 109
"index": 110
},
{
"url": "https://github.com/joch/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/2607-joch/",
"title": "joch's Repository",
"index": 110
"index": 111
},
{
"url": "https://github.com/johnodon/docker-templates",
"profile": "https://forums.lime-technology.com/profile/6506-johnodon/",
"title": "johnodon's Repository",
"index": 111
"index": 112
},
{
"url": "https://github.com/Josh5/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/76627-josh5/",
"title": "Josh.5's Repository",
"index": 112
"index": 113
},
{
"url": "https://github.com/angelics/unraid-docker-template",
"profile": "https://forums.unraid.net/profile/7122-josywong/",
"title": "josywong's Repository",
"index": 113
"index": 114
},
{
"url": "https://github.com/JTok/unraid-plugins",
"profile": " https://forums.unraid.net/profile/75269-jtok/",
"title": "JTok's Repository",
"index": 114
"index": 115
},
{
"url": "https://github.com/shaf/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/71085-jugniji/",
"title": "JugniJi's Repository",
"index": 115
"index": 116
},
{
"url": "https://github.com/JustinAiken/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/1079-justinaiken/",
"title": "JustinAiken's Repository",
"index": 116
"index": 117
},
{
"url": "https://github.com/roninkenji/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/62359-ken-ji/",
"title": "ken-ji's Repository",
"index": 117
"index": 118
},
{
"url": "https://github.com/kiowadriver/unraid-docker",
"profile": "https://forums.unraid.net/profile/74645-kiowa2005/",
"title": "kiowa2005's Repository",
"index": 118
"index": 119
},
{
"url": "https://github.com/Knoxie/UnraidTemplates",
"profile": "https://forums.unraid.net/profile/78069-knoxie89/",
"title": "Knoxie89's Repository",
"index": 119
"index": 120
},
{
"url": "https://github.com/Kru-x/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/69435-kru-x/",
"title": "Kru-X's Repository",
"index": 120
"index": 121
},
{
"url": "https://github.com/laur89/unraid-templates/",
"profile": "https://forums.unraid.net/profile/114193-laur/",
"title": "laur's Repository",
"index": 121
"index": 122
},
{
"url": "https://github.com/linuxserver/linuxserver-Plugin-Repository",
"profile": null,
"title": "Linuxserver's Plugin Repository",
"index": 122
"index": 123
},
{
"url": "https://github.com/macexx/docker-templates",
"profile": "https://forums.lime-technology.com/profile/66302-macester/",
"title": "macester's Repository",
"index": 123
"index": 124
},
{
"url": "https://github.com/magmpzero/docker-templates",
"profile": "https://forums.lime-technology.com/profile/69284-magmpzero/",
"title": "magmpzero's Repository",
"index": 124
"index": 125
},
{
"url": "https://github.com/Malfurious/docker-templates",
"profile": "https://forums.lime-technology.com/profile/77149-malfurious/",
"title": "malfurious' Repository",
"index": 125
"index": 126
},
{
"url": "https://github.com/malvarez00/unRAID-Docker-Templates",
"profile": "https://forums.lime-technology.com/profile/77549-malvarez00/",
"title": "malvarez00's Repository",
"index": 126
"index": 127
},
{
"url": "https://github.com/MarkusMcNugen/docker-templates",
"profile": "https://lime-technology.com/profile/79684-markusmcnugen/",
"title": "MarkusMcNugen's Repository",
"index": 127
"index": 128
},
{
"url": "https://github.com/mason-xx/unraid-templates",
"profile": "https://forums.unraid.net/profile/914-mason",
"title": "mason's Repository",
"index": 128
"index": 129
},
{
"url": "https://github.com/mdarkness1988/rust-server-template",
"profile": "https://lime-technology.com/profile/84443-mdarkness1988/",
"title": "mdarkness1988's Repository",
"index": 129
"index": 130
},
{
"url": "https://github.com/OctoPrint/Unraid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's 2nd Repository",
"index": 130
"index": 131
},
{
"url": "https://github.com/NotExpectedYet/OctoFarm-UnRaid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's Repository",
"index": 131
"index": 132
},
{
"url": "https://github.com/Squidly271/Mettbrot-s-plugin-repo/",
"profile": "https://forums.lime-technology.com/profile/11013-mettbrot/",
"title": "Mettbrot's Repository",
"index": 132
"index": 133
},
{
"url": "https://github.com/kiwimato/nut-influxdb-exporter",
"profile": "https://forums.unraid.net/profile/89549-mihai/",
"title": "Mihai's Repository",
"index": 133
"index": 134
},
{
"url": "https://github.com/mikeylikesrocks/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/89382-mikeylikesrocks",
"title": "mikeylikesrocks' Repository",
"index": 134
"index": 135
},
{
"url": "https://github.com/mlebjerg/docker-templates",
"profile": "https://lime-technology.com/profile/76816-mlebjerg/",
"title": "mlebjerg's Repository",
"index": 135
"index": 136
},
{
"url": "https://github.com/MobiusNine/docker-templates",
"profile": "https://forums.unraid.net/profile/84666-mobiusnine/",
"title": "MobiusNine's Repository",
"index": 136
"index": 137
},
{
"url": "https://github.com/dalekseevs/Unraid-Docker-Templates",
"profile": "https://forums.unraid.net/profile/74482-mrchunky",
"title": "MrChunky's Repository",
"index": 137
"index": 138
},
{
"url": "https://github.com/Mudislander/docker-templates",
"profile": "https://lime-technology.com/profile/67039-mudislander/",
"title": "Mudislander's Repository",
"index": 138
"index": 139
},
{
"url": "https://github.com/Muwahhidun/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/107652-muwahhid/",
"title": "Muwahhidun's Repository",
"index": 139
"index": 140
},
{
"url": "https://github.com/natcoso9955/unRAID-docker",
"profile": "https://forums.unraid.net/profile/73128-natcoso9955/",
"title": "Natcoso9955's Repository",
"index": 140
"index": 141
},
{
"url": "https://github.com/ninthwalker/docker-templates",
"profile": "https://forums.lime-technology.com/profile/9420-ninthwalker/",
"title": "ninthwalker's Repository",
"index": 141
"index": 142
},
{
"url": "https://github.com/plexinc/pms-docker",
"profile": null,
"title": "Official Plex Repository",
"index": 142
"index": 143
},
{
"url": "https://github.com/ijabz/songkong_unraid/",
"profile": null,
"title": "Official Songkong Repository",
"index": 143
"index": 144
},
{
"url": "https://github.com/olehj/disklocation-ca",
"profile": "https://forums.unraid.net/profile/86216-olehj/",
"title": "olehj's Repository",
"index": 144
"index": 145
},
{
"url": "https://github.com/opal06/unraid_docker_templates",
"profile": "https://forums.unraid.net/profile/110756-opal_06/",
"title": "opal_06's Repository",
"index": 145
"index": 146
},
{
"url": "https://github.com/openspeedtest/unraid-docker-plugin",
"profile": "https://forums.unraid.net/profile/110999-openspeedtest/",
"title": "openspeedtest's Repository",
"index": 146
"index": 147
},
{
"url": "https://github.com/wranglatang/docker-bluelinky",
"profile": "https://forums.unraid.net/profile/89354-pwrangles/",
"title": "p.wrangles' Repository",
"index": 147
"index": 148
},
{
"url": "https://github.com/pducharme/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/62479-pducharme/",
"title": "pducharme's Repository",
"index": 148
"index": 149
},
{
"url": "https://github.com/petersm1/OpenVPN_plugin_repository",
"profile": "https://forums.lime-technology.com/profile/1297-peter_sm/",
"title": "peter_sm's Repository",
"index": 149
"index": 150
},
{
"url": "https://github.com/noinip/container-templates",
"profile": "https://forums.lime-technology.com/profile/10946-pinion/",
"title": "pinion's Repository",
"index": 150
"index": 151
},
{
"url": "https://github.com/dcflachs/plugin-repository",
"profile": "https://forums.unraid.net/profile/63584-primeval_god/",
"title": "primeval_god's Repository",
"index": 151
"index": 152
},
{
"url": "https://github.com/Progeny42/unRAID-CA-Templates",
"profile": "https://forums.unraid.net/profile/101997-progeny42",
"title": "Progeny42's Repository",
"index": 152
"index": 153
},
{
"url": "https://github.com/wger-project/unraid-templates",
"profile": "https://forums.unraid.net/profile/118956-rge/",
"title": "rge's Repository",
"index": 153
"index": 154
},
{
"url": "https://github.com/roflcoopter/viseron-unraid-ca-template",
"profile": "https://forums.unraid.net/profile/113120-roflcoopter",
"title": "roflcoopter's Repository",
"index": 154
"index": 155
},
{
"url": "https://github.com/SAL-e/docker-templates",
"profile": "https://forums.unraid.net/profile/11345-sal-e/",
"title": "SAL-e's Repository",
"index": 155
"index": 156
},
{
"url": "https://github.com/sdesbure/docker-containers",
"profile": "https://forums.lime-technology.com/profile/3477-sdesbure/",
"title": "sdesbure's Repository",
"index": 156
"index": 157
},
{
"url": "https://github.com/dersimn/docker-unraid-templates",
"profile": "https://forums.unraid.net/profile/11673-seim/",
"title": "seim's Repository",
"index": 157
"index": 158
},
{
"url": "https://github.com/shrmnk/docker-templates",
"profile": "https://forums.unraid.net/profile/77786-shrmn/",
"title": "shrmn's Repository",
"index": 158
"index": 159
},
{
"url": "https://github.com/SimonFair/unraid.usbip",
"profile": "https://forums.unraid.net/profile/75917-simonf",
"title": "SimonF's Repository",
"index": 159
"index": 160
},
{
"url": "https://github.com/simse/docker-templates",
"profile": "https://forums.unraid.net/profile/69400-simse/",
"title": "simse's Repository",
"index": 160
"index": 161
},
{
"url": "https://github.com/SiwatINC/unraid-ca-repository",
"profile": "https://forums.unraid.net/profile/72489-siwat2545/",
"title": "Siwat2545's Repository",
"index": 161
"index": 162
},
{
"url": "https://github.com/Skitals/unraid-ca-templates",
"profile": "https://forums.unraid.net/profile/97624-skitals/",
"title": "Skitals Repository",
"index": 162
"index": 163
},
{
"url": "https://github.com/SlrG/unRAID",
"profile": "https://forums.lime-technology.com/profile/16166-slrg/",
"title": "SlrG's Repository",
"index": 163
"index": 164
},
{
"url": "https://github.com/smdion/docker-containers/tree/beta-templates",
"profile": "https://forums.lime-technology.com/profile/26365-smdion/",
"title": "smdion's beta Repository",
"index": 164
"index": 165
},
{
"url": "https://github.com/smdion/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/26365-smdion/",
"title": "smdion's Repository",
"index": 165
"index": 166
},
{
"url": "https://github.com/soana/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/10065-soana/",
"title": "soana's Repository",
"index": 166
"index": 167
},
{
"url": "https://github.com/SpaceinvaderOne/Docker-Templates-Unraid",
"profile": "https://forums.unraid.net/profile/67288-spaceinvaderone/",
"title": "SpaceInvaderOne's Repository",
"index": 167
"index": 168
},
{
"url": "https://github.com/spants/unraidtemplates",
"profile": "https://forums.lime-technology.com/profile/2148-spants/",
"title": "Spants' Repository",
"index": 168
"index": 169
},
{
"url": "https://github.com/Spikhalskiy/docker-templates",
"profile": "https://lime-technology.com/profile/82549-dmitry-spikhalskiy/",
"title": "Spikhalskiy's Repository",
"index": 169
"index": 170
},
{
"url": "https://github.com/Steini1984/steini1984-s-repositoy",
"profile": "https://forums.lime-technology.com/profile/2957-steini84/",
"title": "steini84's Repository",
"index": 170
"index": 171
},
{
"url": "https://github.com/stuckless/unRAID",
"profile": "https://forums.lime-technology.com/profile/70058-stuckless/",
"title": "stuckless' Repository",
"index": 171
"index": 172
},
{
"url": "https://github.com/Tautulli/Tautulli-Unraid-Template",
"profile": "https://lime-technology.com/profile/69064-wreave/",
"title": "Tautulli's Repository",
"index": 172
"index": 173
},
{
"url": "https://github.com/testdasi/testdasi-unraid-repo",
"profile": "https://forums.unraid.net/profile/70144-testdasi",
"title": "testdasi's Repository",
"index": 173
"index": 174
},
{
"url": "https://github.com/brianmiller/docker-templates",
"profile": "https://forums.unraid.net/profile/86892-thebrian",
"title": "TheBrian's Repository",
"index": 174
"index": 175
},
{
"url": "https://github.com/Squidly271/theone-plugin-repository/",
"profile": "https://forums.lime-technology.com/profile/2231-theone/",
"title": "theone's Repository",
"index": 175
"index": 176
},
{
"url": "https://github.com/thetarkus/docker-templates",
"profile": "https://lime-technology.com/profile/84238-tarkus/",
"title": "thetarkus' Repository",
"index": 176
"index": 177
},
{
"url": "https://github.com/tynor88/docker-templates",
"profile": "https://forums.lime-technology.com/profile/70206-thomast_88/",
"title": "thomast_88's Repository",
"index": 177
"index": 178
},
{
"url": "https://github.com/Thraxis/docker-templates",
"profile": "https://forums.lime-technology.com/profile/9802-thraxis/",
"title": "Thraxis' Repository",
"index": 178
"index": 179
},
{
"url": "https://github.com/tinglis1/docker-containers",
"profile": "https://forums.lime-technology.com/profile/6492-tinglis1/",
"title": "tinglis1's Repository",
"index": 179
"index": 180
},
{
"url": "https://github.com/tobbenb/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/63089-saarg/",
"title": "tobbenb's Repository",
"index": 180
"index": 181
},
{
"url": "https://github.com/tombowditch/docker-templates",
"profile": "https://lime-technology.com/profile/80184-tombowditch/",
"title": "tombowditch's Repository",
"index": 181
"index": 182
},
{
"url": "https://github.com/charlescng/docker-containers",
"profile": "https://forums.unraid.net/profile/64811-uberchuckie/",
"title": "uberchuckie's Repository",
"index": 182
"index": 183
},
{
"url": "https://github.com/Poag/docker-xml",
"profile": "https://forums.lime-technology.com/profile/63933-uirel/",
"title": "Uirel's Repository",
"index": 183
"index": 184
},
{
"url": "https://github.com/Ulisses1478/templates-unraid",
"profile": "https://forums.unraid.net/profile/90485-ulisses1478/",
"title": "ulisses1478's Repository",
"index": 184
"index": 185
},
{
"url": "https://github.com/xamindar/docker-templates",
"profile": "https://forums.lime-technology.com/profile/1543-xamindar/",
"title": "xamindar's Repository",
"index": 185
"index": 186
},
{
"url": "https://github.com/yayitazale/unraid-templates",
"profile": "https://forums.unraid.net/profile/88392-yayitazale/",
"title": "yayitazale's Repository",
"index": 186
"index": 187
},
{
"url": "https://github.com/zyphermonkey/docker-templates",
"profile": "https://lime-technology.com/profile/67871-zyphermonkey/",
"title": "zyphermonkey's Repository",
"index": 187
"index": 188
}
]

View File

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>Pihole-DoT-DoH</Name>
<Repository>nzzane/pihole-dot-doh:stable-amd64</Repository>
<Registry>https://hub.docker.com/r/nzzane/pihole-dot-doh/</Registry>
<Network>br0</Network>
<MyIP>192.168.1.24</MyIP>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/101615-support-nzzane-pihole-dot-doh/</Support>
<Project>https://docs.pi-hole.net/guides/dns-over-https/</Project>
<Overview>
Pi-Hole - let's block those pesky ads! Now with DNS-over-HTTPS and DNS-over-TLS! pihole.doh!&#13;
Don't send your DNS queries in plain text.&#13;
&#13;
YOU MUST ASSIGN A STATIC IP TO THE DOCKER FOR PIHOLE TO WORK.
&#13;
You must set both DNS1 and DNS2 variables to 127.1.1.1#5153 (DoH) and/or 127.2.2.2#5253 (DoT). To use just DoH or just DoT, set both DNS1 and DNS2 to the same value.&#13;
&#13;
Otherwise, same instructions as official Pi-Hole.&#13;
&#13;
NOTE 1: Port 53 can only be used with custom br0/br1 network and a static IP address.&#13;
&#13;
NOTE 2: DNS lookup rarely ever works with ports other than 53 i.e. see note above about static IP.&#13;
&#13;
NOTE 3: UnRaid network settings DNS server cannot point to a docker IP.&#13;
&#13;
</Overview>
<WebUI>http://[IP]:[PORT:80]/admin</WebUI>
<TemplateURL>https://raw.githubusercontent.com/nzzane/nzzane-unraid-repo/main/PiHole-Dot-DoH.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/nzzane/pihole-base-buster-plus/master/pi_hole_bw.png</Icon>
<ExtraParams>--cap-add=NET_ADMIN --restart=unless-stopped</ExtraParams>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>If you like my work, a donation to my burger fund is very much appreciated.</DonateText>
<DonateLink>https://www.paypal.com/donate?hosted_button_id=4CL2REKSGRLWA</DonateLink>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>53</HostPort>
<ContainerPort>53</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>53</HostPort>
<ContainerPort>53</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>67</HostPort>
<ContainerPort>67</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>80</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>443</HostPort>
<ContainerPort>443</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/pihole-dot-doh/pihole/</HostDir>
<ContainerDir>/etc/pihole/</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/pihole-dot-doh/dnsmasq.d/</HostDir>
<ContainerDir>/etc/dnsmasq.d/</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/pihole-dot-doh/config/</HostDir>
<ContainerDir>/config/</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>127.1.1.1#5153</Value>
<Name>DNS1</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>127.2.2.2#5253</Value>
<Name>DNS2</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>Europe/London</Value>
<Name>TZ</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>password</Value>
<Name>WEBPASSWORD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>eth0</Value>
<Name>INTERFACE</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>192.168.1.24</Value>
<Name>ServerIP</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>ServerIPv6</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>False</Value>
<Name>IPv6</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>all</Value>
<Name>DNSMASQ_LISTENING</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="DNS Port TCP" Target="53" Default="53" Mode="tcp" Description="Container Port: 53" Type="Port" Display="always" Required="true" Mask="false">53</Config>
<Config Name="DNS Port UDP" Target="53" Default="53" Mode="udp" Description="Container Port: 53" Type="Port" Display="always" Required="true" Mask="false">53</Config>
<Config Name="DHCP Port" Target="67" Default="67" Mode="udp" Description="Container Port: 67" Type="Port" Display="always" Required="true" Mask="false">67</Config>
<Config Name="HTTP Port" Target="80" Default="80" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false">80</Config>
<Config Name="HTTPS Port" Target="443" Default="443" Mode="tcp" Description="Container Port: 443" Type="Port" Display="always" Required="true" Mask="false">443</Config>
<Config Name="pihole config" Target="/etc/pihole/" Default="/mnt/user/appdata/pihole-dot-doh/pihole/" Mode="rw" Description="Container Path: /etc/pihole/" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/pihole-dot-doh/pihole/</Config>
<Config Name="dnsmasq config" Target="/etc/dnsmasq.d/" Default="/mnt/user/appdata/pihole-dot-doh/dnsmasq.d/" Mode="rw" Description="Container Path: /etc/dnsmasq.d/" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/pihole-dot-doh/dnsmasq.d/</Config>
<Config Name="DoT DoH config" Target="/config/" Default="/mnt/user/appdata/pihole-dot-doh/config/" Mode="rw" Description="Container Path: /config/" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/pihole-dot-doh/config/</Config>
<Config Name="ENV 1" Target="DNS1" Default="127.1.1.1#5153" Mode="" Description="Container Variable: DNS1" Type="Variable" Display="always" Required="true" Mask="false">127.1.1.1#5153</Config>
<Config Name="ENV 2" Target="DNS2" Default="127.2.2.2#5253" Mode="" Description="Container Variable: DNS2" Type="Variable" Display="always" Required="true" Mask="false">127.2.2.2#5253</Config>
<Config Name="ENV 3" Target="TZ" Default="Europe/London" Mode="" Description="Container Variable: TZ" Type="Variable" Display="always" Required="false" Mask="false">Europe/London</Config>
<Config Name="ENV 4" Target="WEBPASSWORD" Default="password" Mode="" Description="Container Variable: WEBPASSWORD" Type="Variable" Display="always" Required="false" Mask="false">password</Config>
<Config Name="ENV 5" Target="INTERFACE" Default="eth0" Mode="" Description="Container Variable: INTERFACE" Type="Variable" Display="always" Required="false" Mask="false">eth0</Config>
<Config Name="ENV 6" Target="ServerIP" Default="192.168.1.24" Mode="" Description="Container Variable: ServerIP" Type="Variable" Display="always" Required="false" Mask="false">192.168.1.24</Config>
<Config Name="ENV 7" Target="ServerIPv6" Default="" Mode="" Description="Container Variable: ServerIPv6" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="ENV 8" Target="IPv6" Default="False" Mode="" Description="Container Variable: IPv6" Type="Variable" Display="always" Required="false" Mask="false">False</Config>
<Config Name="ENV 9" Target="DNSMASQ_LISTENING" Default="all" Mode="" Description="Container Variable: DNSMASQ_LISTENING" Type="Variable" Display="always" Required="false" Mask="false">all</Config>
<Date>1599861527</Date>
<Category>Security: Other: Network:DNS</Category>
<Description>Pi-Hole - let's block those pesky ads! Now with DNS-over-HTTPS and DNS-over-TLS! pihole.doh!&#13;
Don't send your DNS queries in plain text.&#13;
&#13;
YOU MUST ASSIGN A STATIC IP TO THE DOCKER FOR PIHOLE TO WORK.
&#13;
You must set both DNS1 and DNS2 variables to 127.1.1.1#5153 (DoH) and/or 127.2.2.2#5253 (DoT). To use just DoH or just DoT, set both DNS1 and DNS2 to the same value.&#13;
&#13;
Otherwise, same instructions as official Pi-Hole.&#13;
&#13;
NOTE 1: Port 53 can only be used with custom br0/br1 network and a static IP address.&#13;
&#13;
NOTE 2: DNS lookup rarely ever works with ports other than 53 i.e. see note above about static IP.&#13;
&#13;
NOTE 3: UnRaid network settings DNS server cannot point to a docker IP.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/FlippinTurtsRepository/PiHole-Dot-DoH.xml</templatePath>
</Container>