mirror of
https://github.com/coredns/coredns.git
synced 2025-11-20 02:42:16 -05:00
plugin/dnstap: support FQDN TCP endpoint (#5377)
* plugin/dnstap: support FQDN TCP endpoint Signed-off-by: lob <pengyu@pingcap.com> * plugin/dnstap: remove unused variable Signed-off-by: lob <pengyu@pingcap.com>
This commit is contained in:
@@ -41,6 +41,12 @@ Log to a remote endpoint.
|
||||
dnstap tcp://127.0.0.1:6000 full
|
||||
~~~
|
||||
|
||||
Log to a remote endpoint by FQDN.
|
||||
|
||||
~~~ txt
|
||||
dnstap tcp://example.com:6000 full
|
||||
~~~
|
||||
|
||||
## Command Line Tool
|
||||
|
||||
Dnstap has a command line tool that can be used to inspect the logging. The tool can be found
|
||||
|
||||
Reference in New Issue
Block a user