mirror of
https://gitgud.io/fatchan/haproxy-protection.git
synced 2025-05-09 02:05:37 +00:00
Make blocked and whitelist maps multi tenant
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
127.0.0.1/0 {"m":0,"t":true}
|
||||
127.0.0.1/0f {"m":0,"t":false}
|
||||
127.0.0.1/0n {"m":0}
|
||||
127.0.0.1/1 {"m":1,"t":true}
|
||||
127.0.0.1/1f {"m":1,"t":false}
|
||||
127.0.0.1/1n {"m":1}
|
||||
127.0.0.1/2 {"m":2,"t":true}
|
||||
127.0.0.1/2f {"m":2,"t":false}
|
||||
127.0.0.1/2n {"m":2}
|
||||
127.0.0.1/captcha {"m":2}
|
||||
localhost {"m":1}
|
||||
localhost/captcha {"m":2}
|
||||
|
@ -1,2 +0,0 @@
|
||||
127.0.0.1 {"pd":16,"pt":"sha256","cip":false,"cex":43200}
|
||||
localhost {"pd":16,"pt":"sha256","cip":false,"cex":43200}
|
||||
|
1
haproxy/map/domtoacc.map
Normal file
1
haproxy/map/domtoacc.map
Normal file
@ -0,0 +1 @@
|
||||
localhost-test.com admin
|
@ -1,23 +1 @@
|
||||
127.0.0.1 127.0.0.1:82
|
||||
127.0.0.1 127.0.0.1:83
|
||||
127.0.0.1 127.0.0.1:84
|
||||
127.0.0.1 127.0.0.1:85
|
||||
127.0.0.1 127.0.0.1:86
|
||||
127.0.0.1 127.0.0.1:87
|
||||
127.0.0.1 127.0.0.1:88
|
||||
127.0.0.1 127.0.0.1:89
|
||||
127.0.0.1 127.0.0.1:821
|
||||
127.0.0.1 127.0.0.1:82
|
||||
127.0.0.1 127.0.0.1:83
|
||||
127.0.0.1 127.0.0.1:84
|
||||
127.0.0.1 127.0.0.1:85
|
||||
127.0.0.1 127.0.0.1:86
|
||||
127.0.0.1 127.0.0.1:87
|
||||
127.0.0.1 127.0.0.1:88
|
||||
127.0.0.1 127.0.0.1:89
|
||||
127.0.0.1 127.0.0.1:8212
|
||||
127.0.0.1 127.0.0.1:823
|
||||
127.0.0.1 127.0.0.1:834
|
||||
127.0.0.1 127.0.0.1:856
|
||||
localhost 127.0.0.1:81
|
||||
localhost-test 127.0.0.1:3000
|
||||
|
Reference in New Issue
Block a user