Files
ports/dns/godns/pkg-message
T
Daniel Engberg 871d6c993a dns/godns: Fix various comments and text for port
Fix comment in files/godns.in
Adjust pkg-message and move it to "root" dir
Adjust pkg-descr
2026-05-09 21:12:43 +02:00

23 lines
646 B
Plaintext

[
{ 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
}
]