-
Hi there, forwarding-rules.txt:
dnscrypt-proxy.toml:
Tor config:
dnscrypt-proxy log:
But it can't resolve It seems that dnscrypt-proxy doesn't forward query:
But the tor dns service is working:
I have configured the tor dns service as 192.168.0.1:9053 but it didn't work too. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 11 replies
-
Works on my Win10. Enable query log and see? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your support. OS: OpenWrt 24.10.2 and I have changed tor and dnscrypt configs from 127.0.0.1 to 192.168.0.1 forwarding-rules.txt:
Tor config:
log config:
log:
I'm wondering why it was dropped?! Is the Tor config incorrect? |
Beta Was this translation helpful? Give feedback.
-
Test other forwarding rules instead of onion names? |
Beta Was this translation helpful? Give feedback.
-
Let's bring out the big guns!
|
Beta Was this translation helpful? Give feedback.
-
Set |
Beta Was this translation helpful? Give feedback.
I have fixed the issue by set
force_tcp = false
Thank you for support.