So if i just run the log command it will install the script from you, and overwrite the fresh jr script?
Where do i get Updates from the script if it is just in beta?
How can i set 95% bandwith Limit in the script, for better bufferbloat?
How can i install it do i just have to put the line into the Browser?
Whats the best list of category for gaming priority and als streaming?
So gaming on top and then?
Download win scp use scp mode and your router IP and login, then look for a folder called jiffs open it then look for scripts then look for the fresh jr qos file and
look for this when you scroll down:
DownCeil="$(printf "%.0f" $(nvram getqos_ibw))"
UpCeil="$(printf "%.0f" $(nvram get qos_obw))"
Put this under it:
DownCeil="$(expr ${DownCeil} \* 95 / 100)"
UpCeil="$(expr ${UpCeil} \* 95 / 100)"
Should look like this:
DownCeil="$(printf "%.0f" $(nvram get qos_ibw))"
UpCeil="$(printf "%.0f" $(nvram get qos_obw))"
DownCeil="$(expr ${DownCeil} \* 95 / 100)"
UpCeil="$(expr ${UpCeil} \* 95 / 100)"
link to win scp:
https://winscp.net/eng/download.php
fresh jr gave me that ages ago it used to have a log out put, at one point, now it just works.
@dave14305 Not sure if those rules help freshjr gave it to me because i asked him for rules to help with speedtest.net's weird outputs ages ago, when it used to provide values of 95.36 instead of 95.4 that i does now.
Just thought it would be worth while including as default to aid new users, especially non native English speakers, the 95 % can be changed to any value and it still applies.