What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

[ 3006.102.6 alpha Build(s) ] available build(s)

can confirm that value was blank until I set it today.
Interesting. So, maybe it accepts invalid/unrecognized regions, but not an empty one.

Thank you, that will provide me with some test cases to try out.
 
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...
...
Thank you for the additional info.

Using..."/jffs/addons/unbound/unbound_stats.sh help"...my GUI code level is v1.4.1.
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:
Bash:
/jffs/addons/unbound/unbound_stats.sh develop
UnboundStats_v1.4.4_SSH_CLI_Help.jpg


If you wish to go back to the master/production version:
Bash:
/jffs/addons/unbound/unbound_stats.sh stable
 
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:
Bash:
/jffs/addons/unbound/unbound_stats.sh develop
View attachment 68589

If you wish to go back to the master/production version:
Bash:
/jffs/addons/unbound/unbound_stats.sh stable
Thanks for the easy to follow details.

- I install & update UnBound all via the AMTM interface. Before actioning your SSH changes, GUI was 1.4.1. Now GUI is 1.4.4. AMTM showed no updates to UnBound before & after, as showing installed level v3.25. My GT-BE98 Pro had a full install from factory defaults with 3006 level this year. Implies to me the AMTM install process for UnBound, installing this back-level 1.4.1 code, and not beng checked via AMTM 'u' update option.
- With 1.4.4 installed, Unbound now immediately shows data on the Unbound tab. Did note as per screen shot, data presentation looks questionable?...
1761642728263.png


This looked accurate. Did a reconfig refresh at 10pm of Unbound trying to find the 'develop' tab...which wasn't going to occur with 1.4.1 GUI.
1761642812443.png
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Staff online

Back
Top