config: add cache, cname, dualstack guild

This commit is contained in:
Nick Peng
2023-03-11 17:52:57 +08:00
parent 55966e5b3f
commit 8bf1108503
6 changed files with 179 additions and 2 deletions

View File

@@ -48,8 +48,8 @@ flowchart
1. SmartDNS处理请求。
1. 根据namserver给定的规则判断域名
1. 如果域名为内部域名,则使用内部域名服务器查询;如果域名为外部域名,则使用外部域名服务器查询。
1. 内部域名结果使用测速功能获取最快IP地址
1. 外部域名结果获取最快响应DNS结果后将IP地址添加到IPSet/NFTSet中。
1. 内部域名使用测速功能获取最快IP地址。
1. 外部域名获取最快响应DNS结果后将IP地址添加到IPSet/NFTSet中。
1. SmartDNS返回IP地址。
1. 客户端从SmartDNS获取到IP地址。
1. 客户端使用IP地址通过网关请求数据。