IP Blacklist

This commit is contained in:
2025-03-29 00:26:05 +08:00
parent 105ec693f8
commit f3f9ebb5af
4 changed files with 46 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ grpc_bind = "0.0.0.0:7001"
domain = "localhost"
templates_dir = "./templates"
ip_block_path = "./ip_block.list"
rate_limit = 120
rate_limit_advance = 60