mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Fix
This commit is contained in:
parent
6c936379ca
commit
195f763059
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if [ "$(uci -q get qos.wan1)" = "" ]; then
|
|||
add qos classify
|
||||
set qos.@classify[-1].target='Express'
|
||||
set qos.@classify[-1].portrange='27000-27050'
|
||||
set qos.@classify[1].proto='udp'
|
||||
set qos.@classify[-1].proto='udp'
|
||||
set qos.@classify[-1].comments='Steam'
|
||||
commit qos
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue