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 = ();
|
||||
|
||||
%helpers = ( amanda => TCP,
|
||||
%helpers = ( amanda => UDP,
|
||||
ftp => TCP,
|
||||
h323 => UDP,
|
||||
irc => TCP,
|
||||
netbios_ns => UDP,
|
||||
'netbios-ns' => UDP,
|
||||
pptp => TCP,
|
||||
'Q.931' => TCP,
|
||||
RAS => UDP,
|
||||
sane => TCP,
|
||||
sip => UDP,
|
||||
snmp => UDP,
|
||||
tftp => UDP);
|
||||
tftp => UDP,
|
||||
);
|
||||
|
||||
%isocodes = ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user