1
0

remove acceotance of udp sport 5 on wan

this was added for replies to dns queries but isn't needed for
that purpose as connection tracking does that anyway
This commit is contained in:
Daniel Barlow 2025-02-12 21:54:01 +00:00
parent 19d441333c
commit 0c406058e9

View File

@ -200,9 +200,7 @@ in
type = "filter";
family = "ip";
rules = [
(accept "udp sport 53")
];
rules = [];
};
input-ip4 = {