mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-12-19 22:07:01 +01:00
Added Block Common Exploit function
- Added block common exploit function - Added block AI bot and crawler function
This commit is contained in:
@@ -391,6 +391,8 @@ func CopyEndpoint(endpoint *ProxyEndpoint) *ProxyEndpoint {
|
||||
if err != nil {
|
||||
return nil
|
||||
}
|
||||
// Initialize the exploit detector for the copied endpoint
|
||||
newProxyEndpoint.InitializeExploitDetector()
|
||||
return &newProxyEndpoint
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user