Add a _H_ where firewall rue is created with hostname
This commit is contained in:
parent
7466a25ac2
commit
3cc0e75289
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ function BlockHostByIP {
|
|||
else {
|
||||
FwBlockOutputIP @{
|
||||
ip=$ip;
|
||||
name=$hostname
|
||||
name="H_$hostname"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue