fix: revert to using #Access for firewall targets to prevent routing loops
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ main() {
|
||||
echo '{"clients":{}}' > "$tmp_policy"
|
||||
|
||||
# Parse peers from wg0.conf
|
||||
# AWK extracts client IP and target IPs from AllowedIPs per [Peer] block
|
||||
# AWK extracts IP and #Access comment per [Peer] block
|
||||
local parse_errors=0
|
||||
|
||||
awk '
|
||||
|
||||
Reference in New Issue
Block a user