Skip to content

curvedns conf.8

Manvendra Bhangui edited this page Feb 25, 2024 · 2 revisions

NAME

curvedns-conf - sets up a DNSCurve capable forwarding service.

SYNOPSIS

curvedns-conf acct logacct D listenip targetip

DESCRIPTION

curvedns-conf creates a service directory D that runs curvedns(8). The name D must start with a slash and must not contain any special characters. Normally D is /etc/indimail/curvedns.

You can run the service under svscan(8) by creating a symbolic link in the svscan(8) directory:

ln -s D /service

The service will start within five seconds, and will be restarted upon reboot. You can use svc(8) to control the service.

curvedns-conf arranges for curvedns(8) to listen for UDP packets on port 53 of listenip, and to forward request to targetip.

curvedns-conf creates an automatically rotated log directory in D/log/main. The logs are owned by logacct. The corresponding multilog(8) processes run under the uid and gid of logacct. The name logacct must not contain any special characters.

SEE ALSO

curvedns(8), svscan(8), svc(8), multilog(8), axfrdns-conf(8), rbldns-conf(8), dnscache-conf(8), dqcache-conf(8) pickdns-conf(8), tinydns-conf(8), walldns-conf(8), http://cr.yp.to/djbdns.html

Clone this wiki locally