Add a _H_ where firewall rue is created with hostname

This commit is contained in:
Yorick Barbanneau 2018-04-06 08:59:11 +02:00
parent 7466a25ac2
commit 3cc0e75289

View file

@ -80,7 +80,7 @@ function BlockHostByIP {
else {
FwBlockOutputIP @{
ip=$ip;
name=$hostname
name="H_$hostname"
}
}
}