We also don't want to track the torrent connections the other direction either.

This commit is contained in:
Kevin Fenzi 2016-03-30 14:51:12 +00:00
parent 14735ecde5
commit dc775203ae

View file

@ -120,4 +120,5 @@ COMMIT
# We don't want to track all the torrent tracker connections, there's too many.
#
-A PREROUTING -p tcp -m tcp --dport 6969 -j NOTRACK
-A OUTPUT -p tcp -m tcp --sport 6969 -j NOTRACK
COMMIT