qos-script: Add comments to existing rules
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 40936
This commit is contained in:
parent
9e65c01a4b
commit
46a4f13283
1 changed files with 3 additions and 0 deletions
|
@ -11,13 +11,16 @@ config interface wan
|
||||||
config classify
|
config classify
|
||||||
option target "Priority"
|
option target "Priority"
|
||||||
option ports "22,53"
|
option ports "22,53"
|
||||||
|
option comment "ssh, dns"
|
||||||
config classify
|
config classify
|
||||||
option target "Normal"
|
option target "Normal"
|
||||||
option proto "tcp"
|
option proto "tcp"
|
||||||
option ports "20,21,25,80,110,443,993,995"
|
option ports "20,21,25,80,110,443,993,995"
|
||||||
|
option comment "ftp, smtp, http(s), imap"
|
||||||
config classify
|
config classify
|
||||||
option target "Express"
|
option target "Express"
|
||||||
option ports "5190"
|
option ports "5190"
|
||||||
|
option comment "AOL, iChat, ICQ"
|
||||||
config default
|
config default
|
||||||
option target "Express"
|
option target "Express"
|
||||||
option proto "udp"
|
option proto "udp"
|
||||||
|
|
Loading…
Reference in a new issue