Browse Source

helpers.conf: support also tcp in the CT sip helper

Signed-off-by: Pierre Lebleu <pme.lebleu@gmail.com>
Pierre Lebleu 6 years ago
parent
commit
f742ba7d20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helpers.conf

+ 1 - 1
helpers.conf

@@ -67,7 +67,7 @@ config helper
 	option description 'SIP VoIP connection tracking'
 	option module 'nf_conntrack_sip'
 	option family 'any'
-	option proto 'udp'
+	option proto 'tcpudp'
 	option port '5060'
 
 config helper