Add direct linking bandwidth

This commit is contained in:
2021-08-10 19:16:05 +02:00
parent 0c17329ada
commit 805624bc23
2 changed files with 9 additions and 7 deletions

View File

@@ -53,6 +53,7 @@ type AdminIPBan struct {
BanTime time.Time `json:"ban_time"`
ExpireTime time.Time `json:"expire_time"`
Reason string `json:"reason"`
Offences int `json:"offences"`
}
// AdminGetGlobals returns the global API settings