-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored and optimized settings script:
- Improved comments and formatting - Introduced interface allow/ignore list from configuration - Simplified logging and notification logic
- Loading branch information
1 parent
6033ddb
commit 097a327
Showing
2 changed files
with
96 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Allow access for network interfaces with the following prefixes: ap+, wlan+, rndis+, swlan+, ncm+, and eth+ | ||
# allow <interface name> | ||
allow ap+ | ||
allow wlan+ | ||
# allow wlan1 | ||
allow rndis+ | ||
allow swlan+ | ||
allow ncm+ | ||
allow eth+ | ||
# -----------------🌼🌼----------------------- # | ||
# Ignore network interface | ||
# Ignore <interface name> | ||
# ignore wlan0 | ||
# ignore swlan0 | ||
# ignore wlan+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters