https_dns_proxy - configure
by tor777 from LinuxQuestions.org on (#5GJF2)
Hello, I'm a newb,
I want to use this proxy https://github.com/aarond10/https_dns_proxy for DNS-over-HTTPS, on Debian 10 system.
I built and installed it according to instructions in README.
systemctl status https_dns_proxy.service gives me,
Code: https_dns_proxy.service
Loaded: loaded (/etc/systemd/system/https_dns_proxy.service; static; vendor preset: enabled)
Drop-In: /etc/systemd/system/https_dns_proxy.service.d
override.conf
Active: active (running) since Wed 2021-04-14 10:53:58 CEST; 4s ago
Main PID: 27584 (https_dns_proxy)
Tasks: 1 (limit: 4915)
Memory: 1.5M
CGroup: /system.slice/https_dns_proxy.service
27584 /usr/local/bin/https_dns_proxy -u nobody -g nogroup -b 8.8.8.8 -r https://dns.google/dns-queryWhen I check with netstat -tunlp | grep :5053 there is Code:udp 0 0 127.0.0.1:5053 0.0.0.0:* 6104/https_dns_proxI don't have dnsmasq, resolvconf or bind9 installed. I manually edited resolv.conf with,Code:nameserver 127.0.0.1When I try dig google.com I get no connection,Code:; <<>> DiG 9.11.5-P4-5.1+deb10u3-Debian <<>> google.com
;; global options: +cmd
;; connection timed out; no servers could be reachedWhat am I missing here? Thank you for your help.


I want to use this proxy https://github.com/aarond10/https_dns_proxy for DNS-over-HTTPS, on Debian 10 system.
I built and installed it according to instructions in README.
systemctl status https_dns_proxy.service gives me,
Code: https_dns_proxy.service
Loaded: loaded (/etc/systemd/system/https_dns_proxy.service; static; vendor preset: enabled)
Drop-In: /etc/systemd/system/https_dns_proxy.service.d
override.conf
Active: active (running) since Wed 2021-04-14 10:53:58 CEST; 4s ago
Main PID: 27584 (https_dns_proxy)
Tasks: 1 (limit: 4915)
Memory: 1.5M
CGroup: /system.slice/https_dns_proxy.service
27584 /usr/local/bin/https_dns_proxy -u nobody -g nogroup -b 8.8.8.8 -r https://dns.google/dns-queryWhen I check with netstat -tunlp | grep :5053 there is Code:udp 0 0 127.0.0.1:5053 0.0.0.0:* 6104/https_dns_proxI don't have dnsmasq, resolvconf or bind9 installed. I manually edited resolv.conf with,Code:nameserver 127.0.0.1When I try dig google.com I get no connection,Code:; <<>> DiG 9.11.5-P4-5.1+deb10u3-Debian <<>> google.com
;; global options: +cmd
;; connection timed out; no servers could be reachedWhat am I missing here? Thank you for your help.