mirror of
https://github.com/albertito/dnss.git
synced 2026-04-27 02:15:57 +03:00
[GH-ISSUE #7] Cannot change HTTPS Upstream #8
Labels
No labels
enhancement
enhancement
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnss#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @awthwathje on GitHub (Dec 27, 2019).
Original GitHub issue: https://github.com/albertito/dnss/issues/7
Hi, great software! Just installed
dnssfrom the Debian Buster's repo, works good so far!The only thing which I can't get to work is changing the HTTPS Upstream, even when I enter the CloudFlare's address, seems like the Google service is still used. Care to check if there is a bug?
Version: 0.0~git20180721.0.2de63ab0-1+b11dnss 1649 0.0 0.1 778316 13504 ? Ssl 13:15 0:00 /usr/bin/dnss --dns_listen_addr=systemd --monitoring_listen_addr=127.0.0.1:9981 -enable_dns_to_https -https_upstream=https://1.1.1.1/dns-queryI use https://www.dnsleaktest.com to check which DNS resolvers had been hit.
@albertito commented on GitHub (Dec 27, 2019):
On Fri, Dec 27, 2019 at 04:26:57AM -0800, awthwathje wrote:
I'm glad you find it useful :)
Can you look at the dnss logs, especially around start-up, to see what
they say?
On acursory look I don't see any reason why it shouldn't work.
Silly question: are you sure the machine you're running the test from is
using dnss?
Thanks!
@awthwathje commented on GitHub (Dec 28, 2019):
Hi again. Not sure what it was, but seems like I managed to make it work with the following
ExecStartdirective in thesystemdservice:ExecStart=/usr/bin/dnss --dns_listen_addr=systemd --monitoring_listen_addr=127.0.0.1:9981 --enable_dns_to_https --https_upstream=https://1.1.1.1/dns-querySorry for false positive! I'm closing the issue now.