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:
parent
19d441333c
commit
0c406058e9
@ -200,9 +200,7 @@ in
|
||||
type = "filter";
|
||||
family = "ip";
|
||||
|
||||
rules = [
|
||||
(accept "udp sport 53")
|
||||
];
|
||||
rules = [];
|
||||
};
|
||||
|
||||
input-ip4 = {
|
||||
|
Loading…
Reference in New Issue
Block a user