你的位置:首页 > 信息动态 > 新闻中心
信息动态
联系我们

Linux:DNS:unbound

2021/12/21 6:43:07

文章目录

  • 参考
  • 变化
  • 配置
    • rrset-roundrobin

参考

https://www.nlnetlabs.nl/projects/unbound/download/#unbound-1-13-1
https://www.nlnetlabs.nl/documentation/unbound/unbound.conf/

变化

在1.11.0 上有一个变化,是将rrset-roundrobin的参数设置成了yes;
Change default value for ‘rrset-roundrobin’ to yes.

配置

rrset-roundrobin

rrset-roundrobin: 如果设置为yes,Unbound会在回复时,旋转RRset的顺序。(为了速度与线程安全,随机数字是从查询ID里拿)。所以会造成回复里的记录,内容一致,但是顺序不确定的效果。
If yes, Unbound rotates RRSet order in response (the random number is taken from the query ID,
for speed and thread safety). Default is yes.