Merge c13eefd6d6
into f3d763f509
This commit is contained in:
commit
4d3c15d674
@ -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',
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user