feat: 添加自定义 DNS 解析器

This commit is contained in:
2025-09-13 02:05:00 +08:00
parent 7af8e540db
commit 9834a55e5d
7 changed files with 175 additions and 17 deletions

View File

@@ -19,4 +19,5 @@ var (
CFAccessClientID string
CFAccessClientSecret string
MemoryIncludeCache bool
CustomDNS string
)