allow inbound and outbound traffic on client zone
This commit is contained in:
parent
a051deb995
commit
c13eefd6d6
@ -46,8 +46,8 @@ uci:section('firewall', 'zone', 'client', {
|
|||||||
name = 'client',
|
name = 'client',
|
||||||
network = {'client','local_node',},
|
network = {'client','local_node',},
|
||||||
conntrack = '1',
|
conntrack = '1',
|
||||||
input = 'DROP',
|
input = 'ACCEPT',
|
||||||
output = 'DROP',
|
output = 'ACCEPT',
|
||||||
forward = 'DROP',
|
forward = 'DROP',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user