Compare commits
2 commits
df6d8dee1d
...
c789e0627a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c789e0627a | ||
|
|
cccf66269a |
2 changed files with 5 additions and 2 deletions
|
|
@ -137,8 +137,7 @@ in
|
||||||
"claude-sonnet-4.5"
|
"claude-sonnet-4.5"
|
||||||
"claude-3.7-sonnet"
|
"claude-3.7-sonnet"
|
||||||
]
|
]
|
||||||
)
|
);
|
||||||
;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -275,6 +275,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
maxretry = 5;
|
maxretry = 5;
|
||||||
bantime = "1h";
|
bantime = "1h";
|
||||||
|
ignoreIP = [
|
||||||
|
"127.0.0.1/8"
|
||||||
|
"24.16.158.91" # Jason's ip
|
||||||
|
];
|
||||||
bantime-increment = {
|
bantime-increment = {
|
||||||
enable = true;
|
enable = true;
|
||||||
maxtime = "168h";
|
maxtime = "168h";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue