blob: a4840bb5b7152bc055301796663ec2a34b37cab3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
**********************************************************************
To get MyDNS working you will need to do some configuration, first you
will need to create %%PREFIX%%/etc/mydns.conf based on the
installed sample file. Following that you will need to setup your
database tables, you can use the output of
%%PREFIX%%/sbin/mydns --create-tables
as a template. Finally enable MyDNS by adding
mydns_enable="YES"
into your rc.conf.
*********************************************************************
|