Recent content by Rahul_K

  1. R

    Release [Fork] Asuswrt-Merlin 374 LTS release 49E4

    Same here. Literally 0 change in memory consumption for both wanduck and watchdog in the last 13 hours of uptime. 51D3 feels rock solid!
  2. R

    Release [Fork] Asuswrt-Merlin 374 LTS release 49E4

    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...
  3. R

    Release [Fork] Asuswrt-Merlin 374 LTS release 49E4

    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...
  4. R

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    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...
  5. R

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    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...
Back
Top