diff --git a/content/examples/qos-tutorial-09.conf b/content/examples/qos-tutorial-09.conf index 19940d9..f89b0c5 100644 --- a/content/examples/qos-tutorial-09.conf +++ b/content/examples/qos-tutorial-09.conf @@ -42,7 +42,7 @@ interface $DEVICE world-in input rate $INPUT_SPEED $LINKTYPE balanced class torrents match dports 6881:6999 # official torrent ports - match dport 51414 prio 1 # my torrent client + match dport 32768:65535 prio 1 # my torrent client match sports 16384:65535 dports 16384:65535 # my trick to match torrents interface $DEVICE world-out output rate $OUTPUT_SPEED $LINKTYPE balanced @@ -77,5 +77,5 @@ interface $DEVICE world-out output rate $OUTPUT_SPEED $LINKTYPE balanced class torrents match sports 6881:6999 # official torrent ports - match sport 51414 prio 1 # my torrent client + match sport 32768:65535 prio 1 # my torrent client match sports 16384:65535 dports 16384:65535 # my trick to match torrents diff --git a/content/examples/qos-tutorial-10.conf b/content/examples/qos-tutorial-10.conf index e14caaf..e689626 100644 --- a/content/examples/qos-tutorial-10.conf +++ b/content/examples/qos-tutorial-10.conf @@ -42,7 +42,7 @@ interface $DEVICE world-in input rate $INPUT_SPEED $LINKTYPE # removed balanced @@ -77,5 +77,5 @@ interface $DEVICE world-out output rate $OUTPUT_SPEED $LINKTYPE