mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 17:58:07 +02:00
Revert "Add :syn to each TCP entry in the conntrack file"
This reverts commit f861f8da35af949dc9c69463be4c8bcbc132e0cd.
This commit is contained in:
parent
9bd10c0c00
commit
b42678269c
@ -14,16 +14,16 @@ CT:helper:amanda:PO - - udp 10080
|
|||||||
?endif
|
?endif
|
||||||
|
|
||||||
?if __FTP_HELPER
|
?if __FTP_HELPER
|
||||||
CT:helper:ftp:PO - - tcp:syn 21
|
CT:helper:ftp:PO - - tcp 21
|
||||||
?endif
|
?endif
|
||||||
|
|
||||||
?if __H323_HELPER
|
?if __H323_HELPER
|
||||||
CT:helper:RAS:PO - - udp 1719
|
CT:helper:RAS:PO - - udp 1719
|
||||||
CT:helper:Q.931:PO - - tcp:syn 1720
|
CT:helper:Q.931:PO - - tcp 1720
|
||||||
?endif
|
?endif
|
||||||
|
|
||||||
?if __IRC_HELPER
|
?if __IRC_HELPER
|
||||||
CT:helper:irc:PO - - tcp:syn 6667
|
CT:helper:irc:PO - - tcp 6667
|
||||||
?endif
|
?endif
|
||||||
|
|
||||||
?if __NETBIOS_NS_HELPER
|
?if __NETBIOS_NS_HELPER
|
||||||
@ -31,11 +31,11 @@ CT:helper:netbios-ns:PO - - udp 137
|
|||||||
?endif
|
?endif
|
||||||
|
|
||||||
?if __PPTP_HELPER
|
?if __PPTP_HELPER
|
||||||
CT:helper:pptp:PO - - tcp:syn 1723
|
CT:helper:pptp:PO - - tcp 1723
|
||||||
?endif
|
?endif
|
||||||
|
|
||||||
?if __SANE_HELPER
|
?if __SANE_HELPER
|
||||||
CT:helper:sane:PO - - tcp:syn 6566
|
CT:helper:sane:PO - - tcp 6566
|
||||||
?endif
|
?endif
|
||||||
|
|
||||||
?if __SIP_HELPER
|
?if __SIP_HELPER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user