mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Cannot just accept all ICMP6 traffc without specifying a type https://www.virtualmin.com/node/56771
This commit is contained in:
@@ -106,11 +106,6 @@ if ($in{'auto'}) {
|
||||
'dport' => [ "", "1024:65535" ],
|
||||
'j' => [ "", 'ACCEPT' ],
|
||||
'cmt' => 'Accept responses to DNS queries' },
|
||||
{ 'chain' => 'INPUT',
|
||||
'm' => [ [ "", "icmpv6" ] ],
|
||||
'p' => [ [ "", "icmpv6" ] ],
|
||||
'j' => [ "", 'ACCEPT' ],
|
||||
'cmt' => 'Accept all ICMPv6 traffic' },
|
||||
);
|
||||
if ($in{'auto'} >= 3) {
|
||||
# Allow ssh and ident
|
||||
|
||||
Reference in New Issue
Block a user