feat: native allowedDomains/deniedDomains network filtering #1

Closed
jose wants to merge 4 commits from feat/domain-filtering-proxy into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ca80be7537 - Show all commits

View File

@@ -45,7 +45,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
install-mode: goinstall
install-mode: binary
version: v2.1.6
test-linux:

View File

@@ -121,7 +121,7 @@ run_test "read file in workspace" "pass" "$GREYWALL_BIN" -c "cat $WORKSPACE/test
# Test: Write outside workspace blocked
# Create a settings file that only allows write to current workspace
SETTINGS_FILE="$WORKSPAC./greywall.json"
SETTINGS_FILE="$WORKSPACE/greywall.json"
cat > "$SETTINGS_FILE" << EOF
{
"filesystem": {