haproxy 2.8 dockerfile, remove testing cert, change ddos map for json testing

This commit is contained in:
Thomas Lynch
2023-06-15 22:02:42 +10:00
parent eb82a3d391
commit bdd2213c6b
3 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,12 @@
127.0.0.1 {"m":1,"t":true}
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}