feat: add interactive config setup on first start, install scripts, and uninstall cleanup
This commit is contained in:
@@ -19,7 +19,7 @@ type Config struct {
|
||||
|
||||
func DefaultConfig() *Config {
|
||||
return &Config{
|
||||
TargetIP: "192.168.3.3",
|
||||
TargetIP: "192.168.3.1",
|
||||
MonitorWindowSeconds: 180,
|
||||
ShutdownCountdown: 60,
|
||||
NormalPingInterval: 15,
|
||||
|
||||
Reference in New Issue
Block a user