Skip to content
Snippets Groups Projects
Commit bc2fb8cc authored by Christof Schulze's avatar Christof Schulze Committed by Matthias Schiffer
Browse files

gluon-respondd: firewall should allow access for devices in zone local_client (#1291)

parent 910a6c8b
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,10 @@ uci:section('firewall', 'rule', 'wan_respondd', {
target = 'ACCEPT',
})
-- Allow respondd-access on client_local
-- Allow respondd-access for local clients
uci:section('firewall', 'rule', 'client_respondd', {
name = 'client_respondd',
src = 'client_local',
src = 'local_client',
src_ip = 'fe80::/64',
dest_port = '1001',
proto = 'udp',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment