-
Please read before filling a bug reportThis tracker is dedicated to tracking bugs, reproducible in the context described in the Installation and configuration issues are not bugs, but individual assistance request. Context: the LATEST version of $ dnscrypt-proxy -version
2.0.45 $ dnscrypt-proxy -check
$ dnscrypt-proxy -show-certs
$ dnscrypt-proxy -list
myserver $ dnscrypt-proxy -resolve example.com
Resolving [example.com] using 127.0.0.1 port 53
Resolver : 172.68.61.180
Lying : no
DNSSEC : yes, the resolver supports DNSSEC
Canonical name: example.com.
IPv4 addresses: 93.184.216.34
IPv6 addresses: 2606:2800:220:1:248:1893:25c8:1946
Name servers : a.iana-servers.net., b.iana-servers.net.
DNSSEC signed : yes
Mail servers : 1 mail servers found
HTTPS alias : -
HTTPS info : -
Host info : -
TXT records : v=spf1 -all, 8j5nfqld20zpcyr8xjw0ydcfq9rk8hgm I am trying to create & verify dns stamps and wanted to use dnscrypt-proxy to verify chain as i understood from https://github.com/jedisct1/doh-server#operational-recommendations. I am using dncrypt-proxy for quiet some time now, not a problem at all my toml file (after editing to test static) ##server_names = ['scaleway-fr', 'google', 'yandex', 'cloudflare']
server_names = ['myserver']
[static]
[static.'myserver']
stamp = 'sdns://AgcAAAAAAAAABzEuMC4wLjEAEmRucy5jbG91ZGZsYXJlLmNvbQovZG5zLXF1ZXJ5' stamp tested from cloudflare |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The proxy doesn't seem to print anything at all when it starts. This can't happen in the default configuration. Did you redirect the logs to a file ? |
Beta Was this translation helpful? Give feedback.
-
Yes indeed ! $ grep syslog dnscrypt-proxy.toml
## the standard system logging service (syslog/Windows event log).
## Use the system logger (syslog on Unix, Event Log on Windows)
use_syslog = true so output goes to journal , got-it. many thanks |
Beta Was this translation helpful? Give feedback.
The proxy doesn't seem to print anything at all when it starts. This can't happen in the default configuration.
Did you redirect the logs to a file ?