Evasion page implementation.

Fix ip filtering.
Support for ip filter in proxies
This commit is contained in:
Ronni Skansing
2025-10-19 13:44:44 +02:00
parent 94bd6e28bd
commit 26880e36cf
17 changed files with 855 additions and 86 deletions
+2
View File
@@ -178,6 +178,7 @@ func (c *Campaign) GetByID(g *gin.Context) {
WithRecipientGroups: true,
WithAllowDeny: true,
WithDenyPage: true,
WithEvasionPage: true,
},
)
// handle responses
@@ -210,6 +211,7 @@ func (c *Campaign) GetByName(g *gin.Context) {
WithRecipientGroups: true,
WithAllowDeny: true,
WithDenyPage: true,
WithEvasionPage: true,
},
)
// handle responses