From: Hans Dedecker Date: Tue, 20 Mar 2018 20:45:47 +0000 (+0100) Subject: helpers.conf: add CT rtsp helper X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=commitdiff_plain;h=5cdf15eead8153f81c3f80c4f58164f950845ac1 helpers.conf: add CT rtsp helper Add rtsp conntrack helper listening on IPv4 tcp port 554 Signed-off-by: Hans Dedecker --- 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'