linhu
April 10, 2023, 2:12pm
1
its a nice feature as default dns over ssl. the config is here:
workaround:
install with: Installation - Pi-hole documentation
install also unbound as local dns
apt-get install nginx
apt-get install software-properties-common
apt-get install -y certbot python3-certbot-nginx
certbot certonly --webroot -w "/var/www/html/" --preferred-challenges http -m "" -d "" -n --agree-tos --no-eff-email
Create a new directory named streams inside /etc/nginx/ and create a file dns-over-tls inside of streams directory with the below content
make sure to replace {dn…
jfb
April 11, 2023, 4:57am
2
What is the specific feature you are requesting? Do you want us to include all that software with our install script?
linhu
April 11, 2023, 10:44am
3
yes, i have stup a testserver with this config, and will also bake a production server for my big network.
Its working with browser config and android config.