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 = ();
|
%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,
|
||||||
|
RAS => UDP,
|
||||||
sane => TCP,
|
sane => TCP,
|
||||||
sip => UDP,
|
sip => UDP,
|
||||||
snmp => UDP,
|
snmp => UDP,
|
||||||
tftp => UDP);
|
tftp => UDP,
|
||||||
|
);
|
||||||
|
|
||||||
%isocodes = ();
|
%isocodes = ();
|
||||||
%nfobjects = ();
|
%nfobjects = ();
|
||||||
|
Loading…
Reference in New Issue
Block a user