Skip to content

Commit

Permalink
Add a link to GeoIP database in /etc/gdnsd/geoip
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Nov 11, 2024
1 parent 7c9ee21 commit b0adeff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cookbooks/geodns/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
gdnsd
]

link "/etc/gdnsd/geoip/GeoLite2-Country.mmdb" do
to node[:geoipupdate][:directory]
end

directory "/etc/gdnsd/config.d" do
owner "nobody"
group "nogroup"
Expand Down

0 comments on commit b0adeff

Please sign in to comment.