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