feat: #36 从网卡获取IP地址; 自定义IP地址

This commit is contained in:
Akizon77
2025-11-04 15:06:53 +08:00
parent 77dbb9e487
commit d30161651f
3 changed files with 100 additions and 8 deletions

View File

@@ -22,4 +22,7 @@ var (
CustomDNS string
EnableGPU bool // 启用详细GPU监控
ShowWarning bool // Windows 上显示安全警告,作为子进程运行一次
CustomIpv4 string
CustomIpv6 string
GetIpAddrFromNic bool // 从网卡获取IP地址
)