Skip to content
Snippets Groups Projects

per-request verbose logging and debug log improvements

Merged Štěpán Balážik requested to merge qr_task_step_logging into master
All threads resolved!
Viewing commit c6dee0af
Show latest version
2 files
+ 367
193
Preferences
Compare changes
Files
2
+ 4
1
@@ -66,7 +66,10 @@ This configuration will forward two listed domains to a DNS server with IP addre
internalDomains = policy.todnames({'company.example', 'internal.example'})
-- forward all queries belonging to domains in the list above to IP address '192.0.2.44'
policy.add(policy.suffix(policy.FORWARD({'192.0.2.44'}), internalDomains))
policy.add(policy.suffix(policy.FLAGS({'NO_CACHE'}), internalDomains))
policy.add(policy.suffix(policy.STUB({'192.0.2.44'}), internalDomains))
See chapter :ref:`dns-graft` for more details.
.. _ispresolver: