mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
easy-qos: remove dummy configurations from default
This commit is contained in:
parent
2439d9c403
commit
dc3a3654c4
1 changed files with 0 additions and 30 deletions
|
|
@ -1,30 +0,0 @@
|
|||
config rule
|
||||
option priority "high"
|
||||
option macaddr "12:34:56:78:9a:bc"
|
||||
list port 22
|
||||
list port 53
|
||||
option comment "SSH, DNS"
|
||||
# -j MARK --set-xmark 0x7/0x7
|
||||
|
||||
config rule
|
||||
option priority "medium"
|
||||
option macaddr "08:00:27:db:2a:31"
|
||||
option proto "tcp"
|
||||
list port 21
|
||||
list port 25
|
||||
list port 80
|
||||
option comment "FTP, SMTP, HTTP"
|
||||
# -j MARK --set-xmark 0x5/0x5
|
||||
|
||||
config rule
|
||||
option priority "normal"
|
||||
option macaddr "1a:2b:3c:4d:5e:6f"
|
||||
option comment "All Traffic"
|
||||
# -j MARK --set-xmark 0x3/0x3
|
||||
|
||||
config rule
|
||||
option priority "low"
|
||||
option macaddr "6a:4b:2c:5d:1e:70"
|
||||
option proto "icmp"
|
||||
option comment "Ping"
|
||||
# -j MARK --set-xmark 0x1/0x1
|
||||
Loading…
Add table
Reference in a new issue