allow inbound and outbound traffic on client zone

This commit is contained in:
Christof Schulze 2017-06-17 19:09:52 +02:00
parent a051deb995
commit c13eefd6d6

View File

@ -46,8 +46,8 @@ uci:section('firewall', 'zone', 'client', {
name = 'client',
network = {'client','local_node',},
conntrack = '1',
input = 'DROP',
output = 'DROP',
input = 'ACCEPT',
output = 'ACCEPT',
forward = 'DROP',
})