mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
dnsmasq log query
This commit is contained in:
@@ -286,6 +286,7 @@ inputs:
|
||||
settings =
|
||||
{
|
||||
no-poll = true;
|
||||
log-queries = true;
|
||||
server = [ "127.0.0.1#10853" ];
|
||||
interface = services.xrayClient.dns.extraInterfaces ++ [ "lo" ];
|
||||
bind-dynamic = true;
|
||||
|
||||
Reference in New Issue
Block a user