Skip to content
Snippets Groups Projects
Verified Commit b5777dcd authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Merge branch 'hotfix/fix-dns-quad9' into hbl

parents 50b5feae 74a2125d
Branches
Tags
1 merge request!176configs/common: allow setting hostapd debug level to highest level
......@@ -30,3 +30,10 @@ if not version_match or not installed or
Install("fix-updater-v65.0-alternatives-update")
Package("fix-updater-v65.0-alternatives-update", { replan = "finished" })
end
-- Migrate Quad9 DNS config (it was renamed/split)
if not version_match or not installed or
(installed["resolver-conf"] and version_match(installed["resolver-conf"].version, "<0.0.1-32")) then
Install("fix-dns-forward-quad9-split")
Package("fix-dns-forward-quad9-split", { replan = "finished" })
end
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment