aboutsummaryrefslogtreecommitdiff
path: root/dns/godns/files/pkg-message.in
blob: 068486296b866fcd82082e772619589f2d341e57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
{ 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 follow location:
  %%PREFIX%%/etc/godns-config.json.sample

  If you're testing out your setup 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

  Due to dependency of npm the "Web Panel"/Web UI isn't available

  For more documentation visit https://github.com/TimothyYe/godns
EOM
}
]