add linux support

This commit is contained in:
UnbalancedCat
2025-10-03 17:29:58 +08:00
parent 4b8e3da812
commit 82eeee50f1
6 changed files with 1932 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
# ==================== 配置参数 ====================
# 监控的目标IP地址
[string]$TargetIP = "192.168.3.3"
[string]$TargetIP = "192.168.3.15"
# 正常监控时的ping间隔
[int]$NormalPingInterval = 15