@RMerlin If add this to Stubby I can get more cyphers for DNSSEC (taken from Unbound guide):
nano /jffs/scripts/stubby.postconf
chmod 755 /jffs/scripts/stubby.postconf
This unlocks more cyphers and I get the result like yours on the first page, but does it mean that stubby doing the DNSSEC validation instead of dnsmasq? is it fine to add this to Stubby or it can cause conflicts with dnsmasq or maybe it doesn't do validation correctly but only shows more supported cyphers?
nano /jffs/scripts/stubby.postconf
Code:
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_insert " - GETDNS_TRANSPORT_TLS" "dnssec_return_status: GETDNS_EXTENSION_TRUE" $CONFIG
This unlocks more cyphers and I get the result like yours on the first page, but does it mean that stubby doing the DNSSEC validation instead of dnsmasq? is it fine to add this to Stubby or it can cause conflicts with dnsmasq or maybe it doesn't do validation correctly but only shows more supported cyphers?
Last edited: