blob: c0f69aa02c73d4d324c5aabfc640a8931a75fc24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
[
{ type: install
message: <<EOM
If you want to use the PowerDNS Recursor,
you need the following line in /etc/rc.conf(.local)
or in /etc/rc.conf.d/pdns_recursor
pdns_recursor_enable="YES"
Configuration templates are available in %%PREFIX%%/etc/pdns
as recursor.conf-dist.
EOM
}
{ type: upgrade
minimum_version: "5.1.0"
message: <<EOM
Since version 5.1.0 the tarball no longer contains a recursor.conf-dist
and users need to start using the YAML format.
A new command is available to the rc.d script, showyaml, which converts
the old config to YAML format. This can be run via:
service pdns_recursor showyaml
It ony shows the new config and won't overwrite your old config.
Please double check if everything has been converted correctly.
EOM
}
]
|