Ciao @Tiger!
scusa se disturbo, non so se ti ricordi ma mi avevi aiutato a settare dnscrypt su pi
hole... oggi per scrupolo ho fatto il test su cloudflare ma con mia amara sorpresa ottengo questo :
Non riesco a capire cosa ci sia di sbagliato, guarda qui il mio dnscrypt-proxy.toml :
Codice:
server_names = ['scaleway-fr']
listen_addresses = ['127.0.0.1:54']
max_clients = 250
ipv4_servers = true
ipv6_servers = false
dnscrypt_servers = true
doh_servers = true
require_dnssec = true
require_nolog = true
require_nofilter = true
disabled_server_names = []
force_tcp = false
timeout = 5000
keepalive = 30
cert_refresh_delay = 240
fallback_resolvers = ['9.9.9.9:53', '8.8.8.8:53']
ignore_system_dns = true
netprobe_timeout = 60
netprobe_address = '9.9.9.9:53'
log_files_max_size = 10
log_files_max_age = 7
log_files_max_backups = 1
block_ipv6 = false
block_unqualified = true
block_undelegated = true
reject_ttl = 600
cache = true
cache_size = 4096
cache_min_ttl = 2400
cache_max_ttl = 86400
cache_neg_min_ttl = 60
cache_neg_max_ttl = 600
[local_doh]
listen_addresses = ['0.0.0.0:3000']
path = "/dns-query"
cert_file = "localhost.pem"
cert_key_file = "localhost.pem"
[query_log]
format = 'tsv'
[nx_log]
format = 'tsv'
[blacklist]
[ip_blacklist]
[whitelist]
[schedules]
[sources]
[sources.'public-resolvers']
urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md', 'https://downl> cache_file = 'public-resolvers.md'
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
prefix = ''
[sources.'relays']
urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/relays.md', 'https://download.dnscry> cache_file = 'relays.md'
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
refresh_delay = 72
prefix = ''
[broken_implementations]
fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familyshield-ipv6', 'quad9-dnscrypt-ip4-filter-alt', 'quad9-dnscrypt-ip4-filter-pri', 'quad9-dnscrypt-ip4-nofilter-alt', 'quad9-dnscrypt-ip4-nofilter-pri', 'quad9-dnscrypt-ip6-filter-alt', 'quad9-dnscrypt-ip6-filter-pri', 'quad9-dnscrypt-ip6-nofilter-alt', 'quad9-dnscrypt-ip6-nofilter-pri', 'cleanbrowsing-adult', 'cleanbrowsing-family-ipv6', 'cleanbrowsing-family', 'cleanbrowsing-security']
[tls_client_auth]
[anonymized_dns]
skip_incompatible = false
[static]
e qui il journalctl :
Codice:
-- Logs begin at Wed 2020-05-13 17:18:28 CEST. --
Jun 03 16:53:43 gideon dnscrypt-proxy[8527]: [2020-06-03 16:53:43] [NOTICE] Network connectivity detected
Jun 03 16:53:43 gideon dnscrypt-proxy[8527]: [2020-06-03 16:53:43] [NOTICE] Source [public-resolvers] loaded
Jun 03 16:53:43 gideon dnscrypt-proxy[8527]: [2020-06-03 16:53:43] [NOTICE] Source [relays] loaded
Jun 03 16:53:43 gideon dnscrypt-proxy[8527]: [2020-06-03 16:53:43] [NOTICE] Firefox workaround initialized
Jun 03 16:53:43 gideon dnscrypt-proxy[8527]: [2020-06-03 16:53:43] [NOTICE] Now listening to 127.0.0.1:54 [UDP]
Jun 03 16:53:43 gideon dnscrypt-proxy[8527]: [2020-06-03 16:53:43] [NOTICE] Now listening to 127.0.0.1:54 [TCP]
Jun 03 16:53:43 gideon dnscrypt-proxy[8527]: [2020-06-03 16:53:43] [NOTICE] Now listening to https://0.0.0.0:3000/dns-query [DoH]
Jun 03 16:53:43 gideon dnscrypt-proxy[8527]: [2020-06-03 16:53:43] [NOTICE] [scaleway-fr] OK (DNSCrypt) - rtt: 87ms
Jun 03 16:53:43 gideon dnscrypt-proxy[8527]: [2020-06-03 16:53:43] [NOTICE] Server with the lowest initial latency: scaleway-fr (rtt: 87ms)
Jun 03 16:53:43 gideon dnscrypt-proxy[8527]: [2020-06-03 16:53:43] [NOTICE] dnscrypt-proxy is ready - live servers: 1
Pi
hole invece è configurato così :
e questi sono i settings abilitati su safari :
(ho volutamente nascosto il mio ip interno, ma punta alla macchina corretta)
Detto, questo... cosa potrebbe esserci di sbagliato?