Compare commits
No commits in common. "c789e0627adab8a5fb7d6fde4862fbc66fa7bfa6" and "df6d8dee1d65cb6689e50f1b74e75c4dd09b6930" have entirely different histories.
c789e0627a
...
df6d8dee1d
2 changed files with 2 additions and 5 deletions
|
|
@ -137,7 +137,8 @@ in
|
||||||
"claude-sonnet-4.5"
|
"claude-sonnet-4.5"
|
||||||
"claude-3.7-sonnet"
|
"claude-3.7-sonnet"
|
||||||
]
|
]
|
||||||
);
|
)
|
||||||
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -275,10 +275,6 @@ 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