2 Commits

Author SHA1 Message Date
Hector
556c09c2f4 fix handling of ping response
Update the code handling sending the ping command to the fail2ban server
to correctly handle the response. The response is of type `Tupple`, not
`[]string`.
2021-08-29 11:26:40 +01:00
Hector
86f8fd2c07 support for sending commands over socket
Add support for sending a ping command to the fail2ban server over the
socket file. This includes encoding the command data using og-rek and
decoding the response using `gopickle`.
2021-08-29 10:44:12 +01:00