Been running 50DA for about 37 hours now. It does not look promising. I ran this script every hour:
#/bin/sh
# cru a uptimelog "0 * * * * /mnt/RouterStor/Scripts/uptime-mem.sh"
LOG_DIR=/mnt/RouterStor/Scripts/uptime-mem
LOG_FILE1=$LOG_DIR/top.log
LOG_FILE2=$LOG_DIR/df.log
uptime >> $LOG_FILE1...
Count me in among those whose RT-AC66U running 3.0.0.4.374.43_49E4j9527 restarts every 56-60 hours due to "watchdog02: no watchdog, restarting". My router logs can be found https://pastebin.com/HmPceqbS . It's worth noting that when the router restarts, the 2 processes wanduck and watchdog both...
What version of OpenSSL does Stubby use in 39E? According to https://github.com/getdnsapi/stubby/issues/130#issuecomment-421774281 Stubby should use the system's version of OpenSSL, which in 39E is OpenSSL 1.0.2r . But stubby -C /etc/stubby.yml -i has this line:
OpenSSL 1.0.2r doesn't seem to...
This fixed the Cloudflare DoT issue for me:
Save this file as /jffs/scripts/stubby.postconf
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_replace "tls_min_version: GETDNS_TLS1_3" "tls_min_version: GETDNS_TLS1_2" $CONFIG
Run this command to make the file executable:
chmod 777...