feat: Update Seafile configuration
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{...}: {
|
||||
# sops = {
|
||||
# secrets."ryu/public" = {};
|
||||
# };
|
||||
services = {
|
||||
fail2ban = {
|
||||
enable = true;
|
||||
@@ -10,6 +13,10 @@
|
||||
maxtime = "168h"; # Do not ban for more than 1 week
|
||||
overalljails = true; # Calculate the bantime based on all the violations
|
||||
};
|
||||
# I'm beind a CG-NAT
|
||||
ignoreIP = [
|
||||
"106.219.121.52"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user