Expose Forgejo publicly at forge.eblu.me #278
1 changed files with 2 additions and 2 deletions
Disable all default fail2ban jails, not just sshd
Use [DEFAULT] enabled = false to disable all inherited jails globally. The previous fix only disabled sshd, but sshd-ddos (and potentially others) also fail looking for missing log files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit
771507e489
|
|
@ -1,5 +1,5 @@
|
||||||
# Disable the default sshd jail — no SSH server in this container
|
# Disable all default jails — this container has no SSH, mail, etc.
|
||||||
[sshd]
|
[DEFAULT]
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|
||||||
[forge-login]
|
[forge-login]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue