mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat: add login failed ban ip list
This commit is contained in:
parent
ccb04c07d8
commit
cff843b82b
43 changed files with 2264 additions and 959 deletions
|
@ -9,7 +9,7 @@ From v2.0.0-beta.26, you can authorization settings in the `auth` section of the
|
|||
[auth]
|
||||
IPWhiteList = 10.0.0.1
|
||||
IPWhiteList = 10.0.0.2
|
||||
IPWhiteList = 10.0.0.3
|
||||
IPWhiteList = 2001:0000:130F:0000:0000:09C0:876A:130B
|
||||
```
|
||||
|
||||
By default, if you do not set the `IPWhiteList`, all IP addresses are allowed to access the Nginx UI.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
[auth]
|
||||
IPWhiteList = 10.0.0.1
|
||||
IPWhiteList = 10.0.0.2
|
||||
IPWhiteList = 10.0.0.3
|
||||
IPWhiteList = 2001:0000:130F:0000:0000:09C0:876A:130B
|
||||
```
|
||||
|
||||
默认情况下,如果您没有设置 `IPWhiteList`,所有 IP 地址都允许访问 Nginx UI。
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
[auth]
|
||||
IPWhiteList = 10.0.0.1
|
||||
IPWhiteList = 10.0.0.2
|
||||
IPWhiteList = 10.0.0.3
|
||||
IPWhiteList = 2001:0000:130F:0000:0000:09C0:876A:130B
|
||||
```
|
||||
|
||||
默認情況下,如果您沒有設置 IPWhiteList,所有 IP 地址都允許訪問 Nginx UI。
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue