mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-07 16:24:01 +01:00
Correct the helper table.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
e5a29c27e5
commit
0c1357e2a9
@ -651,16 +651,18 @@ sub initialize( $$$ ) {
|
|||||||
|
|
||||||
%ipset_exists = ();
|
%ipset_exists = ();
|
||||||
|
|
||||||
%helpers = ( amanda => TCP,
|
%helpers = ( amanda => UDP,
|
||||||
ftp => TCP,
|
ftp => TCP,
|
||||||
h323 => UDP,
|
|
||||||
irc => TCP,
|
irc => TCP,
|
||||||
netbios_ns => UDP,
|
'netbios-ns' => UDP,
|
||||||
pptp => TCP,
|
pptp => TCP,
|
||||||
|
'Q.931' => TCP,
|
||||||
|
RAS => UDP,
|
||||||
sane => TCP,
|
sane => TCP,
|
||||||
sip => UDP,
|
sip => UDP,
|
||||||
snmp => UDP,
|
snmp => UDP,
|
||||||
tftp => UDP);
|
tftp => UDP,
|
||||||
|
);
|
||||||
|
|
||||||
%isocodes = ();
|
%isocodes = ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user