mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
fix: Adding explicit forwarding servers to dote configuration. (#374)
Co-authored-by: Courtney Oliver <courtney.oliver@lettucegrow.com>
This commit is contained in:
parent
4165e08c65
commit
b90f035b91
@ -180,7 +180,7 @@ DNS-over-TLS provider.
|
||||
### PiHole with DoTe
|
||||
|
||||
Simply copy the `custom_pihole_dote.sh` script to `/mnt/data/scripts` and run it
|
||||
to forward all DNS traffic over TLS to Cloudflare 1.1.1.1. You can modify the
|
||||
to forward all DNS traffic over TLS to Cloudflare 1.1.1.1 / 1.0.0.1. You can modify the
|
||||
script to forward to different services with ease and full configuration
|
||||
options including certificate pinning is available in the DoTe README here:
|
||||
https://github.com/chrisstaite/DoTe/
|
||||
|
@ -27,7 +27,7 @@ podman run -d --network dns --restart always \
|
||||
-v "/mnt/data/pihole/etc-dnsmasq.d/:/etc/dnsmasq.d/" \
|
||||
--dns=127.0.0.1 \
|
||||
--hostname pi.hole \
|
||||
-e DOTE_OPTS="-s 127.0.0.1:5053 -m 10" \
|
||||
-e DOTE_OPTS="-s 127.0.0.1:5053 -f 1.1.1.1 -f 1.0.0.1 -m 10" \
|
||||
-e VIRTUAL_HOST="pi.hole" \
|
||||
-e PROXY_LOCATION="pi.hole" \
|
||||
-e PIHOLE_DNS_="127.0.0.1#5053" \
|
||||
|
Loading…
Reference in New Issue
Block a user