gluon-client-bridge: change local_node interface to be part of client zone
This commit is contained in:
parent
869ceb425c
commit
a051deb995
@ -44,7 +44,8 @@ uci:save('network')
|
||||
uci:delete('firewall', 'client')
|
||||
uci:section('firewall', 'zone', 'client', {
|
||||
name = 'client',
|
||||
network = {'client'},
|
||||
network = {'client','local_node',},
|
||||
conntrack = '1',
|
||||
input = 'DROP',
|
||||
output = 'DROP',
|
||||
forward = 'DROP',
|
||||
|
Loading…
Reference in New Issue
Block a user