Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .claude/skills/awf-skill/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ Container Options:
Advanced Options:
--ssl-bump Enable HTTPS content inspection
--allow-urls <urls> URL patterns for SSL Bump (requires --ssl-bump)
--enable-chroot Enable chroot for host binaries

Debugging Options:
--log-level <level> Log level: debug, info, warn, error
Expand Down Expand Up @@ -195,11 +194,11 @@ sudo awf --allow-domains github.com \
-- cat /data/config.json
```

### 6. Use Chroot Mode for Host Binaries
### 6. Use Host Binaries (Chroot Mode is Always On)

```bash
# Access host Python, Node, Go, etc.
sudo awf --enable-chroot --allow-domains api.github.com \
# Access host Python, Node, Go, etc. (chroot mode is the default)
sudo awf --allow-domains api.github.com \
-- python3 -c "import requests; print(requests.get('https://api.github.com').status_code)"
```

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-bun.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/build-test-cpp.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/build-test-deno.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/build-test-dotnet.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/build-test-go.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading