mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 01:38:50 +02:00
add host filter
This commit is contained in:
@@ -7,6 +7,7 @@ type (
|
||||
Filters struct {
|
||||
StatusCodes LogFilter[*StatusCodeRange] `json:"status_codes"`
|
||||
Method LogFilter[HTTPMethod] `json:"method"`
|
||||
Host LogFilter[Host] `json:"host"`
|
||||
Headers LogFilter[*HTTPHeader] `json:"headers"` // header exists or header == value
|
||||
CIDR LogFilter[*CIDR] `json:"cidr"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user