2017-03-20 13:19:10 +00:00

9 lines
217 B
Ruby

# Windows platform defult settings: block undefined inbould traffic, allow all outgoing traffic
default['firewall']['windows']['defaults'] = {
policy: {
input: 'blockinbound',
output: 'allowoutbound'
}
}