gluon-firewall: reject DNS queries from br-client (they should be accepted on local-node only)
This commit is contained in:
parent
ffd86668fe
commit
f6a51c63e4
@ -26,5 +26,16 @@ c:section('firewall', 'rule', 'wan_ssh',
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
c:section('firewall', 'rule', 'client_dns',
|
||||||
|
{
|
||||||
|
name = 'client_dns',
|
||||||
|
src = 'client',
|
||||||
|
dest_port = '53',
|
||||||
|
target = 'REJECT',
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
c:save('firewall')
|
c:save('firewall')
|
||||||
c:commit('firewall')
|
c:commit('firewall')
|
Loading…
Reference in New Issue
Block a user