cloaking and forwarding don't seem to work on my setup #2075
Replies: 3 comments 1 reply
-
What do the following commands return? dnscrypt-proxy -resolve localhost,192.168.1.1
dnscrypt-proxy -resolve openwrt.lan,192.168.1.1 ? |
Beta Was this translation helpful? Give feedback.
-
My production instance of dnscrypt-proxy is listening on port 53, with no cloaking/forwarding configured:
My test instance is listening on port 54, with cloaking/forwarding configured:
|
Beta Was this translation helpful? Give feedback.
-
cloaking-rules.txt: forwarding-rules.txt: Waiting ca. 10 seconds;; connection timed out; no servers could be reached |
Beta Was this translation helpful? Give feedback.
-
./dnscrypt-proxy -version
2.1.0
./dnscrypt-proxy -check
root@openwrt:~/dnscryptproxy/linux-arm# ./dnscrypt-proxy -check
[2022-03-20 10:58:04] [NOTICE] Configuration successfully checked
./dnscrypt-proxy -resolve example.com
Resolving [example.com] using 127.0.0.1 port 54
Resolver : 74.63.24.239
Canonical name: example.com.
IPv4 addresses: 93.184.216.34
IPv6 addresses: 2606:2800:220:1:248:1893:25c8:1946
Name servers : b.iana-servers.net., a.iana-servers.net.
DNSSEC signed : yes
Mail servers : 1 mail servers found
HTTPS alias : -
HTTPS info : -
Host info : -
TXT records : wgyf8z8cgvm2qmxpnbnldrcltvk4xqfn, v=spf1 -all
dnscrypt-proxy doesn't resolve "localhost" and "openwrt.lan" (at least with the default configuration)
I had both files uncommented in "dnscrypt-proxy.toml":
[NOTICE] Loading the set of cloaking rules from [cloaking-rules.txt]
But to no avail, "localhost" and "openwrt.lan" keep unresolved
Beta Was this translation helpful? Give feedback.
All reactions