Skip to content
Snippets Groups Projects
Unverified Commit 454555a0 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-alfred: firewall: allow alfred server announces from mesh

parent 18feb29b
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/lua
local uci = require('simple-uci').cursor()
uci:section('firewall', 'rule', 'mesh_respondd', {
name = 'mesh_respondd',
src = 'mesh',
src_ip = 'fe80::/64',
dest_port = '16962',
proto = 'udp',
target = 'ACCEPT',
})
uci:save('firewall')
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