bbunge
Part of the Furniture
Something you may want to try.Apologies - I'm still learning.
So, I've disabled DoT and DNSSEC and I've successfully downloaded the game twice in a row at 450Mbps (150Mbps faster than before). This is looking promising! Now my next question is, is this a hardware limitation of the RT-AC68U not being powerful enough to handle DoT and DNSSEC at these speeds? Or is this more of an issue with the public DNS servers when using DoT?
In Merlin Firmware DoT is managed by Stubby and DNSSEC is managed by dnsmasq. Stubby is also configured to use each of the DNS servers in the DNS-over-TLS Server list in turn. It is possible to let Stubby manage DNSSEC and set it to use the DNS servers one at a time. This is done with a stubby.postconf file in the /jffs/scripts folder with the following code:
Code:
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_replace "round_robin_upstreams: 1" "round_robin_upstreams: 0" $CONFIG
pc_insert "tls_authentication: GETDNS_AUTHENTICATION_REQUIRED" "dnssec_return_status: GETDNS_EXTENSION_TRUE" $CONFIG
Disable DNSSEC (WAN/Enable DNSSEC Support - No)
Applying changes in WAN will make the changes to Stubby. To check that it is working in a terminal run: stubby -l
As a point of reference, DoT and DNSSEC in Merlin is set up the way it is so you can run DNSSEC without running DoT. I prefer to run DNSSEC with Stubby. Neither way is wrong and neither is more preferred than the other. Several of us were early DoT testers back in the good old days when we ran the Entware version add on. Early on I ran the Entware setup on an AC66U_B1 and a couple of AC68U's.
I am eternally grateful Merlin, and John, added Stubby to the compiled version of firmware.