Remotely connect to fail2ban to do ports
Traefik can affect the edge, so blocks work there and prevent traffic hitting home network.
This commit is contained in:
6
ansible/roles/traefik/files/fail2ban/remote-action.conf
Normal file
6
ansible/roles/traefik/files/fail2ban/remote-action.conf
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
actionban = ssh -p 7743 f2b@{{ nebula.clients.casey.ip }} -i /root/.ssh/f2b/id_ed25519 set traefik banip <ip>
|
||||
actionunban = ssh -p 7743 f2b@{{ nebula.clients.casey.ip }} -i /root/.ssh/f2b/id_ed25519 set traefik unbanip <ip>
|
||||
actioncheck =
|
||||
actionstart =
|
||||
actionstop =
|
Reference in New Issue
Block a user