Make connection throttle configurable
This commit is contained in:
@@ -24,9 +24,10 @@ type PostgresStoreConfig struct {
|
||||
}
|
||||
|
||||
type HoneypotConfig struct {
|
||||
ListenAddr string `toml:"ListenAddr"`
|
||||
LogLevel string `toml:"LogLevel"`
|
||||
HostKeyPath string `toml:"HostKeyPath"`
|
||||
ListenAddr string `toml:"ListenAddr"`
|
||||
LogLevel string `toml:"LogLevel"`
|
||||
HostKeyPath string `toml:"HostKeyPath"`
|
||||
ThrottleSpeed float64 `toml:"ThrottleSpeed"`
|
||||
}
|
||||
|
||||
type FrontendConfig struct {
|
||||
|
Reference in New Issue
Block a user