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',
|
||||
network = {'client','local_node',},
|
||||
conntrack = '1',
|
||||
input = 'DROP',
|
||||
output = 'DROP',
|
||||
input = 'ACCEPT',
|
||||
output = 'ACCEPT',
|
||||
forward = 'DROP',
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user