mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 23:18:43 +08:00
11 lines
251 B
Go
11 lines
251 B
Go
package types
|
|
|
|
type Fail2banJail struct {
|
|
Name string `json:"name"`
|
|
Enabled bool `json:"enabled"`
|
|
LogPath string `json:"log_path"`
|
|
MaxRetry int `json:"max_retry"`
|
|
FindTime int `json:"find_time"`
|
|
BanTime int `json:"ban_time"`
|
|
}
|