Add Edns client subnet

This commit is contained in:
Nick Peng
2023-05-20 22:20:55 +08:00
parent 4a60414025
commit 37f6d4908c
5 changed files with 87 additions and 0 deletions

View File

@@ -116,6 +116,14 @@ SmartDNS在早期版本只会返回一个IP地址这一个IP地址速度
值得注意的是,上述机制,是在开启了缓存的情况下,如果缓存未开启,则仍然返回最快的一个地址。
## DDNS处理
SMARTDNS默认启用了过期缓存当使用DDNS时有可能造成IP地址变化后访问失败的情况下可以通过如下方式关闭对应DDNS域名的过期缓存。
```shell
domain-rules /ddns.com/ --no-serve-expired
```
## 更多问题
如有更多问题请查阅或提交issue: [https://github.com/pymumu/smartdns/issues](https://github.com/pymumu/smartdns/issues)