ddns: remove ipv6 nameservers, support custom nameservers (#439)

This commit is contained in:
UUBulb
2024-10-18 22:06:01 +08:00
committed by GitHub
parent c58c4f866a
commit f6531a52bd
10 changed files with 45 additions and 3 deletions

View File

@@ -125,6 +125,8 @@ type Config struct {
IgnoredIPNotificationServerIDs map[uint64]bool // [ServerID] -> bool(值为true代表当前ServerID在特定服务器列表内
MaxTCPPingValue int32
AvgPingCount int
DNSServers string
}
// Read 读取配置文件并应用