This website requires JavaScript.
Explore
Help
Sign In
extern
/
netbird
Watch
1
Star
0
Fork
0
You've already forked netbird
mirror of
https://github.com/netbirdio/netbird.git
synced
2024-12-01 20:43:43 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0be8c72601
netbird
/
client
/
internal
/
checkfw
/
check.go
4 lines
46 B
Go
Raw
Normal View
History
Unescape
Escape
Fix Android build (#1142) The source code files related to the Android firewall had incorrect build tags.
2023-09-13 17:36:24 +02:00
//go:build !linux || android
Add default firewall rule to allow netbird traffic (#1056) Add a default firewall rule to allow netbird traffic to be handled by the access control managers. Userspace manager behavior: - When running on Windows, a default rule is add on Windows firewall - For Linux, we are using one of the Kernel managers to add a single rule - This PR doesn't handle macOS Kernel manager behavior: - For NFtables, if there is a filter table, an INPUT rule is added - Iptables follows the previous flow if running on kernel mode. If running on userspace mode, it adds a single rule for INPUT and OUTPUT chains A new checkerFW package has been introduced to consolidate checks across route and access control managers. It supports a new environment variable to skip nftables and allow iptables tests
2023-09-05 21:07:32 +02:00
package
checkfw
Reference in New Issue
Copy Permalink