This commit is contained in:
Christof Schulze 2017-06-19 18:16:32 +00:00 committed by GitHub
commit 4d3c15d674

View File

@ -44,9 +44,10 @@ uci:save('network')
uci:delete('firewall', 'client')
uci:section('firewall', 'zone', 'client', {
name = 'client',
network = {'client'},
input = 'DROP',
output = 'DROP',
network = {'client','local_node',},
conntrack = '1',
input = 'ACCEPT',
output = 'ACCEPT',
forward = 'DROP',
})