mirror of
https://github.com/minoplhy/DNSserver.git
synced 2024-11-24 10:16:54 +00:00
verbose is officially going to deprecated .
This commit is contained in:
parent
bf839c2bb1
commit
cad8158613
@ -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 })
|
||||||
|
Loading…
Reference in New Issue
Block a user