Files
ports/dns/nextdns/files/pkg-message.in
T
Olivier Cochard b5c3e0693e New port: dns/nextdns
NextDNS client:  DNS53 to DNS over HTTPS proxy

WWW: https://github.com/nextdns/nextdns

PR:		242752
Submitted by:	Olivier Poitrey <rs@nextdns.io>
2020-01-18 01:21:44 +00:00

21 lines
432 B
Plaintext

[
{
type: install
message: <<EOM
To configure NextDNS, run the following command as root:
nextdns install -config <your_conf_id>
By default, nextdns listen on localhost only. To setup on a server,
add the -listen :53 option in order to listen on all interfaces.
Go on https://nextdns.io to create a custom configuration ID.
Then setup your DNS manually to 127.0.0.1 or by running as root:
nextdns activate
EOM
}
]