]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/attributes/default.rb
Disable DNSSEC validation at equinix
[chef.git] / cookbooks / networking / attributes / default.rb
index 0caaa967e695778be8c2e9e44889bb5c1fa2804b..a98942e4bd8d42fc6589d79c52a7196fdfe035b2 100644 (file)
@@ -1,3 +1,12 @@
+default[:networking][:firewall][:inet] = []
+default[:networking][:firewall][:inet6] = []
+default[:networking][:firewall][:http_rate_limit] = "-"
+default[:networking][:firewall][:http_connection_limit] = "-"
+default[:networking][:firewall][:log] = true
+default[:networking][:firewall][:mark] = true
+default[:networking][:firewall][:raw] = true
+default[:networking][:firewall][:mangle] = true
 default[:networking][:interfaces] = {}
 default[:networking][:nameservers] = []
 default[:networking][:search] = []
+default[:networking][:dnssec] = "allow-downgrade"