Closed 0rtz closed 1 year ago
Got it, I need to change a few things in the shadowsocks repository for the server (https://github.com/qdm12/ss-server), I'll bundle your request at the same time. Please allow at least one week ideally 😉 Or feel free to create an issue or even a pull request on that repository to add the remote ip address, up to you 👍
This should be implemented from commit 2ab80771d9a2396db6b1f222012fc1c31e4dbd09 in the latest image qmcgaw/gluetun
(and future release v3.35)
Relevant shadowsocks server library changes:
Is this urgent?
No
Host OS
Ubuntu 20.04.6 LTS
CPU arch
x86_64
VPN service provider
NordVPN
What are you using to run the container
docker-compose
What is the version of Gluetun
Running version latest built on 2023-05-10T09:05:10.273Z (commit 4bb77eb)
What's the problem 🤔
I'm trying to set up fail2ban with Shadowsocks. As I understood, fail2ban parses log to ban malicious IP addresses trying to brute-force a password. But shadowsocks inside gluetun seems to not log IP addresses failing to connect, at least not in docker compose logs. On fail authentication attempt, it just says:
vpn-gluetun-1 | 2023-05-21T17:13:38Z ERROR [shadowsocks] cannot obtain target address: chacha20poly1305: message authentication failed
Can you maybe hint me on how do I set up fail2ban with gluetun?Share your logs
Share your configuration