Hi All,
I need your help..
Here i'm editing some rules with loop operation in queue simple with this script =
# :for x from=1 to=5 do={/queue simple set $x max-limit=512k/512k}
but there's a problem while i entered that script.
instead of repeating these scripts one by one (it's running but will take so long if there are 100 lines and more) =
# queue simple set 1 max-limit=512k/512k
# queue simple set 2 max-limit=512k/512k
# queue simple set 3 max-limit=512k/512k
# queue simple set 4 max-limit=512k/512k
# queue simple set 5 max-limit=512k/512k
anyone can correct my first script above...
thanks before.