blob: d895468c5b0353eb586c60a3f69712acc048ebf2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[
{ type: install
message: <<EOM
Edit /etc/rc.conf(.local) to start GoDNS automatically at system
startup. Command line arguments can be set via godns_args.
A sample configuration file is installed at the following location:
%%PREFIX%%/etc/godns-config.json.sample
If you're testing be aware that GoDNS will refuse to run if you've
disabled external ip address lookup and local interface uses a
private ip address.
Logfile is located at /var/log/godns/godns.log
Web frontend is available however disabled by default in sample
configuration file
For more documentation visit https://github.com/TimothyYe/godns
EOM
}
]
|