Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tuedel
nixos-deployment
Commits
f6fb9bb3
Verified
Commit
f6fb9bb3
authored
Mar 31, 2022
by
fpletz
🚧
Browse files
luftschleuse: srcip filter doesn't work with ip6tables :/
parent
dce3bdfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
luftschleuse.nix
View file @
f6fb9bb3
...
...
@@ -246,7 +246,7 @@ in
enable
=
true
;
enabledCollectors
=
[
"systemd"
];
openFirewall
=
true
;
firewallFilter
=
"-i eth0
-s 83.133.178.0/24
-p tcp --dport 9100"
;
firewallFilter
=
"-i eth0 -p tcp --dport 9100"
;
port
=
9100
;
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment