mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 15:43:55 +00:00
Thanks to Sam James <sam@gentoo.org> for help wranging cargo. Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
7 lines
362 B
Text
7 lines
362 B
Text
# /etc/conf.d/unbound-telemetry: Configuration file for unbound-telemetry daemon
|
|
|
|
# the args to pass to the unbound-telemetry daemon (see unbound-telemetry --help)
|
|
unbound_telemetry_args="tcp"
|
|
|
|
# example for UNIX socket (unbound needs to be set up accordingly)
|
|
#unbound_telemetry_args="uds --bind=127.0.0.1:9167 --control-interface=/run/unbound/remote-control"
|