allow_netbird_windows.go is language dependend #481

Open
opened 2025-11-20 05:12:11 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @moserpjm on GitHub (Oct 25, 2023).

Describe the problem
Adding a firewall rule under windows to allow traffic from wireguard interface only works if the system language is set to english.

To Reproduce
Steps to reproduce the behavior:

  • Set your system language to e.g German
  • Install Netbird
  • Connect
  • Log file contains an error, no firewall rule is created

Expected behavior
No error in log, firewall rule is created

The problem is the hardcoded noRulesMatchCriteria in client/firewall/uspfilter/allow_netbird_windows.go

Originally created by @moserpjm on GitHub (Oct 25, 2023). **Describe the problem** Adding a firewall rule under windows to allow traffic from wireguard interface only works if the system language is set to english. **To Reproduce** Steps to reproduce the behavior: * Set your system language to e.g German * Install Netbird * Connect * Log file contains an error, no firewall rule is created **Expected behavior** No error in log, firewall rule is created The problem is the hardcoded noRulesMatchCriteria in client/firewall/uspfilter/allow_netbird_windows.go
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#481