gdnsd
]
+link "/etc/gdnsd/geoip/GeoLite2-Country.mmdb" do
+ to "#{node[:geoipupdate][:directory]}/GeoLite2-Country.mmdb"
+end
+
directory "/etc/gdnsd/config.d" do
owner "nobody"
group "nogroup"
firewall_rule "accept-dns-udp" do
action :accept
- source "net"
- dest "fw"
- proto "udp"
+ context :incoming
+ protocol :udp
dest_ports "domain"
end
firewall_rule "accept-dns-tcp" do
action :accept
- source "net"
- dest "fw"
- proto "tcp:syn"
+ context :incoming
+ protocol :tcp
dest_ports "domain"
end