mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 05:29:12 +00:00
dnrd is a proxying nameserver. It forwards DNS queries to the appropriate nameserver, but can also act as the primary nameserver for a subnet behind a firewall. It also has features such as caching DNS requests, support for DNS servers, cache poisoning prevention, TCP support, etc. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
13 lines
239 B
Desktop File
13 lines
239 B
Desktop File
[Unit]
|
|
Description=Domain Name Relay Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/dnrd.pid
|
|
EnvironmentFile=/etc/dnrd/dnrd.conf
|
|
ExecStart=/usr/sbin/dnrd $DNRD_OPTS -u $DNRD_USER
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|