easy-qos: remove dummy configurations from default

This commit is contained in:
Jakob Olsson 2019-04-09 14:10:56 +02:00
parent 2439d9c403
commit dc3a3654c4

View file

@ -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