Replies: 1 comment 1 reply
-
|
Hey, I've just came up with a workaround for exactly this problem. In and second file, which is modified Of course since I'm using UFW I have it installed on my proxy server and public key derived from private key in this script is installed on the proxy. Would you mind sharing your solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use DMS behind traefik so some feature does not work as intended. Anyone tried to use fail2ban in such a scenario ?
DMS does indeed set the IP in jail but the jailed IPs continue to try to connect because fail2ban instance locale to the container uses INPUT to filter when the traffic is FORWARDED by the proxy.
I made it work by tweaking fail2ban on the host and made a very basic and simple private git repo but before i go any further, maybe someone already had a better idea than mine.
Beta Was this translation helpful? Give feedback.
All reactions