forked from PowerDNS/pdns
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request PowerDNS#14384 from omoerbeek/rec-debian-lua
rec: keep Lua config for now as existing configs might use it
- Loading branch information
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
builder-support/debian/recursor/debian-buster/pdns-recursor.maintscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# must support Ubuntu focal, with dpkg 1.19.7 | ||
rm_conffile /etc/powerdns/recursor.lua 5.1~ | ||
# Enable the line below once we fully moved to YAML configuration | ||
#rm_conffile /etc/powerdns/recursor.lua 5.1~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-- Debian default Lua configuration file for PowerDNS Recursor | ||
|
||
-- Load DNSSEC root keys from dns-root-data package. | ||
-- Note: If you provide your own Lua configuration file, consider | ||
-- running rootkeys.lua too. | ||
dofile("/usr/share/pdns-recursor/lua-config/rootkeys.lua") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters