- 12 Jun, 2025 1 commit
-
-
qiuqunfeng authored
Refactor API router and WAF handling to support additional parameters and improve configuration management This update modifies the SetRouters and SetWafRouter functions to accept new parameters, including a debug flag and a region URL map, enhancing the flexibility of the API routing. Additionally, a new SetApiRouters function is introduced for better organization of API routes. The configuration management has been streamlined by moving configuration imports to the internal package, ensuring a more consistent structure across the application.
-
- 14 Mar, 2025 1 commit
-
-
qiuqunfeng authored
- Set the global configuration variable Conf to enable Debug mode - Include UUID in the attack log structure for better identification of WAF detections
-
- 05 Feb, 2025 1 commit
-
-
qiuqunfeng authored
-