Marin
Very Senior Member
Was it showing correctly before Stubby was installed? (See my previous post above).
Is your issue just on the RT-AX88U?
I think so and I do think it may have occurred right before or after 384.10 release as that's when I did a full reset after that firmware come out and ever since then it has been showing the server as: 192.168.50.1. I have never had this happen on my AC86U as far as I can remember(or when @Jack Yaz and @Odkrys Stubby patches came out if I remember correctly):
Code:
/usr/sbin/curl -L -s --retry 3 "https://github.com/jackyaz/Stubby-Installer-Asuswrt-Merlin/raw/master/getdns_1.4.2-1a_aarch64-3.10.ipk" -o /var/tmp/patchedgetdns.ipk
opkg install /var/tmp/patchedgetdns.ipk && printf "getdns successfully patched\n" || printf "An error occurred patching getdns\n" || exit 1
rm /var/tmp/patchedgetdns.ipk