summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helpers.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/helpers.conf b/helpers.conf
index 55aa19d..5591a8f 100644
--- a/helpers.conf
+++ b/helpers.conf
@@ -85,3 +85,11 @@ config helper
option family 'any'
option proto 'udp'
option port '69'
+
+config helper
+ option name 'rtsp'
+ option description 'RTSP connection tracking'
+ option module 'nf_conntrack_rtsp'
+ option family 'ipv4'
+ option proto 'tcp'
+ option port '554'