2025-01-13 18:16:42 +03:00
|
|
|
# log all dns queries
|
2024-08-23 18:44:02 +03:00
|
|
|
log-queries
|
2025-01-13 18:16:42 +03:00
|
|
|
# dont use hosts nameservers
|
2024-08-23 18:44:02 +03:00
|
|
|
no-resolv
|
2025-01-13 18:16:42 +03:00
|
|
|
# use google as default nameservers
|
2024-08-23 18:44:02 +03:00
|
|
|
server=8.8.4.4
|
|
|
|
server=8.8.8.8
|
2025-01-13 18:16:42 +03:00
|
|
|
# explicitly define host-ip mappings
|
|
|
|
# line below need real data
|
|
|
|
address=/domain/ip
|