Interesting. So, maybe it accepts invalid/unrecognized regions, but not an empty one.can confirm that value was blank until I set it today.
Thank you, that will provide me with some test cases to try out.
Interesting. So, maybe it accepts invalid/unrecognized regions, but not an empty one.can confirm that value was blank until I set it today.
Thank you for the additional info.Thanks for peeking at this, knowing you have a really busy "dance-card" for us on the Add-Ons. To answer your questions from my experiences.
1. When you go to the UnBound GUI, no error messages. Just get this blank looking panel view, as attached.
2. Click on 'Update Stats', no changes. 'Toggle Lines' or 'Toggle Fill' then data, as attached.
3. On Firefox, you can't select any of the Router GUI options once in Unbound GUI. Have to use Firefox Browser reverse to get back to selectable tabs/options.
When you open the UnBound GUI.
...
Pressing Toggle Fill...
...
Your current Unbound Stats WebUI version is 1.4.1, which is rather old (from 2021).Using..."/jffs/addons/unbound/unbound_stats.sh help"...my GUI code level is v1.4.1.
curl -LSs --retry 3 --retry-delay 5 --retry-connrefused \
https://raw.githubusercontent.com/juched78/Unbound-Asuswrt-Merlin/master/unbound_stats.sh \
-o /jffs/addons/unbound/unbound_stats.sh && chmod 755 /jffs/addons/unbound/unbound_stats.sh && \
/jffs/addons/unbound/unbound_stats.sh install
/jffs/addons/unbound/unbound_stats.sh develop
/jffs/addons/unbound/unbound_stats.sh stable
Thanks for the easy to follow details.Thank you for the additional info.
Your current Unbound Stats WebUI version is 1.4.1, which is rather old (from 2021).
First, you need to install the very latest production 1.4.3 version using the following commands on an SSH terminal window:
Bash:curl -LSs --retry 3 --retry-delay 5 --retry-connrefused \ https://raw.githubusercontent.com/juched78/Unbound-Asuswrt-Merlin/master/unbound_stats.sh \ -o /jffs/addons/unbound/unbound_stats.sh && chmod 755 /jffs/addons/unbound/unbound_stats.sh && \ /jffs/addons/unbound/unbound_stats.sh install
Once you have installed the latest production version, you can immediately switch to the most recent 'develop' branch 1.4.4 version with the following command:
View attachment 68589Bash:/jffs/addons/unbound/unbound_stats.sh develop
If you wish to go back to the master/production version:
Bash:/jffs/addons/unbound/unbound_stats.sh stable

Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!