aboutsummaryrefslogtreecommitdiff
path: root/dns/knot2/files/pkg-message.in
blob: a11ffed7f5d336c988bac2823f8848ccea1ba8ad (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
  To start using Knot DNS, you should complete the following tasks:

    cp %%ETCDIR%%/knot.conf.sample %%ETCDIR%%/knot.conf
    $EDITOR %%ETCDIR%%/knot.conf

    sysrc knot_enable=YES
    sysrc knot_config=%%ETCDIR%%/knot.conf
    service knot start

  Please consult the documentation:
   - man knotd
   - https://www.knot-dns.cz/documentation/

  When upgrading from 2.4.x read:
   - https://www.knot-dns.cz/docs/2.5/html/migration.html#upgrade-2-4-x-to-2-5-x
EOM
}
]