verbose is officially going to deprecated .

This commit is contained in:
Minoplhy 2021-08-27 21:39:32 +07:00 committed by GitHub
parent bf839c2bb1
commit cad8158613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
-- vim:syntax=lua:set ts=4 sw=4: -- vim:syntax=lua:set ts=4 sw=4:
-- Refer to manual: https://knot-resolver.readthedocs.org/en/stable/ -- Refer to manual: https://knot-resolver.readthedocs.org/en/stable/
-- This Will Keep Log Disable (false) will stop this. -- visit https://knot-resolver.readthedocs.io/en/stable/config-logging-monitoring.html for more info
verbose(true) log_level('info')
-- Network interface configuration -- Network interface configuration
net.listen('127.0.0.1', 5353, { kind = 'dns' }) net.listen('127.0.0.1', 5353, { kind = 'dns' })
net.listen('::1', 5353, { kind = 'dns', freebind = true }) net.listen('::1', 5353, { kind = 'dns', freebind = true })