forked from extern/shorewall_code
Correct Helpers Module
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
07e56d129a
commit
7d32258e6e
@ -654,16 +654,17 @@ sub initialize( $$$ ) {
|
||||
|
||||
%ipset_exists = ();
|
||||
|
||||
%helpers = ( amanda => TCP,
|
||||
%helpers = ( amanda => UDP,
|
||||
ftp => TCP,
|
||||
h323 => UDP,
|
||||
irc => TCP,
|
||||
netbios_ns => UDP,
|
||||
'netbios-ns' => UDP,
|
||||
pptp => TCP,
|
||||
RAS => UDP,
|
||||
sane => TCP,
|
||||
sip => UDP,
|
||||
snmp => UDP,
|
||||
tftp => UDP);
|
||||
tftp => UDP,
|
||||
);
|
||||
|
||||
%isocodes = ();
|
||||
%nfobjects = ();
|
||||
|
Loading…
Reference in New Issue
Block a user