helpers.conf: add CT rtsp helper
[project/firewall3.git] / helpers.conf
index 55aa19d..5591a8f 100644 (file)
@@ -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'