Add air proxy model mappings and nginx ignoreIP entry
This commit is contained in:
parent
5d8a328921
commit
cccf66269a
2 changed files with 31 additions and 1 deletions
|
|
@ -275,6 +275,10 @@ in
|
|||
enable = true;
|
||||
maxretry = 5;
|
||||
bantime = "1h";
|
||||
ignoreIP = [
|
||||
"127.0.0.1/8"
|
||||
"24.16.158.91" # Jason's ip
|
||||
];
|
||||
bantime-increment = {
|
||||
enable = true;
|
||||
maxtime = "168h";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue