Add dns reverse mapping

This commit is contained in:
世界
2023-03-23 19:08:48 +08:00
parent c74d3a53d4
commit 52b776b561
5 changed files with 68 additions and 7 deletions

View File

@@ -10,7 +10,8 @@
"final": "",
"strategy": "",
"disable_cache": false,
"disable_expire": false
"disable_expire": false,
"reverse_mapping": false
}
}
@@ -43,4 +44,10 @@
#### disable_expire
禁用 DNS 缓存过期。
禁用 DNS 缓存过期。
#### reverse_mapping
在响应 DNS 查询后存储 IP 地址的反向映射以为路由目的提供域名。
由于此过程依赖于应用程序在发出请求之前解析域名的行为,因此在 macOS 等 DNS 由系统代理和缓存的环境中可能会出现问题。