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:delete('firewall', 'client')
uci:section('firewall', 'zone', 'client', { uci:section('firewall', 'zone', 'client', {
name = 'client', name = 'client',
network = {'client'}, network = {'client','local_node',},
input = 'DROP', conntrack = '1',
output = 'DROP', input = 'ACCEPT',
output = 'ACCEPT',
forward = 'DROP', forward = 'DROP',
}) })