我最近开始使用unbound dns。
我已经正确配置了我需要的所有东西。但是当我进行查询时服务器不会记录。
我的 unbound.conf 文件中没有错误
以下是我的 .conf 文件
# The server clause sets the main parameters.
server:
# whitespace is not necessary, but looks cleaner.
# verbosity number, 0 is least verbose. 1 is default.
verbosity: 1
# print statistics to the log (for every thread) every N seconds.
# Set to "" or 0 to disable. Default is disabled.
statistics-interval: 5
interface: 192.168.116.134
# port to answer queries from
port: 53
cache-min-ttl: 400
cache-max-ttl: 86400
# Enable IPv4, …Run Code Online (Sandbox Code Playgroud)