We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a7f89 commit 1a3683fCopy full SHA for 1a3683f
client/firewall/nftables/acl_linux.go
@@ -29,8 +29,6 @@ const (
29
chainNameForwardFilter = "netbird-acl-forward-filter"
30
chainNameManglePrerouting = "netbird-mangle-prerouting"
31
chainNameManglePostrouting = "netbird-mangle-postrouting"
32
-
33
- allowNetbirdInputRuleID = "allow Netbird incoming traffic"
34
)
35
36
const flushError = "flush: %w"
0 commit comments