mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Missing ;
This commit is contained in:
parent
8ce98650a5
commit
b68486c8de
@ -1575,7 +1575,7 @@ EOD;
|
||||
$i++;
|
||||
}
|
||||
|
||||
$ipfrules .= "\n# SSH lockout\n"
|
||||
$ipfrules .= "\n# SSH lockout\n";
|
||||
$ipfrules .= "block in log quick proto tcp from <sshlockout> to any port 22 label \"sshlockout\"\n\n";
|
||||
|
||||
$ipfrules .= "\n# VPN Rules\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user