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
2e4412a9
Commit
2e4412a9
authored
Jan 08, 2021
by
Benjamin Graillot
Committed by
root
Jan 08, 2021
Browse files
Allow Federez RADIUS Servers
parent
02d5f80b
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/nftables.conf.j2
View file @
2e4412a9
...
@@ -48,6 +48,10 @@ table inet filter {
...
@@ -48,6 +48,10 @@ table inet filter {
ip daddr 224.0.0.18 accept
ip daddr 224.0.0.18 accept
ip6 saddr fd00::/4 accept
ip6 saddr fd00::/4 accept
ip6 saddr 2a0c:700::/32 accept
ip6 saddr 2a0c:700::/32 accept
ip saddr 185.230.78.47 tcp dport { 1812, 1813 } accept
ip saddr 185.230.78.47 udp dport { 1812, 1813 } accept
ip saddr 195.154.165.76 tcp dport { 1812, 1813 } accept
ip saddr 195.154.165.76 udp dport { 1812, 1813 } accept
reject
reject
}
}
...
...
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