The PowerDNS Recursor is a high-end, high-performance resolving name server which powers the DNS resolution of at least a hundred million subscribers. Utilizing multiple processors and supporting the same powerful scripting ability of the Authoritative Server, the Recursor delivers top performance while retaining the flexibility modern DNS deployments require.
12 lines
186 B
Bash
12 lines
186 B
Bash
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: pdns_recursor.rc,v 1.1.1.1 2018/12/29 14:29:08 sthen Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/pdns_recursor --daemon=yes"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|