]> git.openstreetmap.org Git - chef.git/blob - cookbooks/networking/attributes/default.rb
Allow openvpn connections over IPv6
[chef.git] / cookbooks / networking / attributes / default.rb
1 default[:networking][:firewall][:inet] = []
2 default[:networking][:firewall][:inet6] = []
3 default[:networking][:firewall][:http_rate_limit] = "-"
4 default[:networking][:firewall][:http_connection_limit] = "-"
5 default[:networking][:interfaces] = {}
6 default[:networking][:nameservers] = []
7 default[:networking][:search] = []