Replies: 1 comment 3 replies
-
持久缓存文件在smartdns正常退出时写入文件。查看smartdns启动和关闭时的日志可以看到缓存有多少条。 根据RFC规范,DNS数据由起始授权机构提供有效期(一般是300秒到3600秒),在有效期过后有必要重新递归查询直到获得最新数据。将DNS数据一直缓存不变不符合规范(DDNS有话要说)。 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1:cache-persist默认的路径是tmp,重启就没有了persist指的是什么呢
2:把cache-persist的路径设置到/root,重启后cache-persist文件还是重新生成了,所以重启之前的缓存还是会被丢弃么。
希望:
1:cache-persist在路由重启时也可以自动保存,永久有效。
2:不抛弃任何冷数据,建立所有访问过域名的缓存,并可以按天定时更新。
Beta Was this translation helpful? Give feedback.
All reactions