mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 14:20:31 +01:00
Fixed typos
This commit is contained in:
@@ -218,19 +218,19 @@ if ($in{'auto'}) {
|
||||
'j' => [ "", 'ACCEPT' ],
|
||||
'cmt' => 'Allow connections to mail server' },
|
||||
{ 'chain' => 'INPUT',
|
||||
'm' => [ [ "", "tcp" ], [ "", "multiport" ],
|
||||
'm' => [ [ "", "tcp" ], [ "", "multiport" ] ],
|
||||
'p' => [ "", "tcp" ],
|
||||
'dport' => [ "", "20:21" ],
|
||||
'j' => [ "", 'ACCEPT' ],
|
||||
'cmt' => 'Allow connections to FTP server' },
|
||||
{ 'chain' => 'INPUT',
|
||||
'm' => [ [ "", "tcp" ], [ "", "multiport" ],
|
||||
'm' => [ [ "", "tcp" ], [ "", "multiport" ] ],
|
||||
'p' => [ "", "tcp" ],
|
||||
'dport' => [ "", "110,995" ],
|
||||
'j' => [ "", 'ACCEPT' ],
|
||||
'cmt' => 'Allow connections to POP3 server' },
|
||||
{ 'chain' => 'INPUT',
|
||||
'm' => [ [ "", "tcp" ], [ "", "multiport" ],
|
||||
'm' => [ [ "", "tcp" ], [ "", "multiport" ] ],
|
||||
'p' => [ "", "tcp" ],
|
||||
'dport' => [ "", "143,220,993" ],
|
||||
'j' => [ "", 'ACCEPT' ],
|
||||
|
||||
Reference in New Issue
Block a user