Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nounous
firewall
Commits
02d5f80b
Commit
02d5f80b
authored
Jan 08, 2021
by
Benjamin Graillot
Committed by
root
Jan 08, 2021
Browse files
Allow Zayo's IP
parent
bdfab7f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/nftables.conf.j2
View file @
02d5f80b
...
...
@@ -35,6 +35,8 @@ table inet filter {
chain input {
type filter hook input priority 0; policy accept;
iifname "lo" accept
ip saddr 158.255.113.72 accept
ip6 saddr 2001:1b48:2:103::bb:1 accept
ct state established,related accept
tcp dport ssh accept
ip protocol icmp accept
...
...
Write
Preview
Supports
Markdown
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