Skip to content
Snippets Groups Projects
Commit e3d21a89 authored by skorpy's avatar skorpy :construction_worker:
Browse files

fixup

parent 9ca1953e
Branches
No related tags found
No related merge requests found
Pipeline #24888 passed
......@@ -6,9 +6,9 @@ domain (ip6) {
table filter {
chain INPUT {
proto tcp mod multiport destination-ports (4505 4506) {
saddr $own6 ACCEPT;
saddr $ownASN6 ACCEPT;
saddr $saltmaster ACCEPT;
saddr $externalFFFFM ACCEPT;
saddr $ownExternal6 ACCEPT;
DROP;
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment