feat: added ip type on event
This commit is contained in:
parent
491718ff80
commit
b1d681f13f
@ -56,6 +56,7 @@ type APIEvent struct {
|
||||
Hostname string `json:"hostname"`
|
||||
IPData struct {
|
||||
IP string `json:"ip"`
|
||||
Type int `json:"t"`
|
||||
Src string `json:"src"`
|
||||
Hostname string `json:"hostname"`
|
||||
Date string `json:"date"`
|
||||
|
Loading…
Reference in New Issue
Block a user