Skip to content
Open
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
4 changes: 4 additions & 0 deletions content/manuals/ai/sandboxes/governance/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ ranges, or ports. The governance policy schema also accepts `connect:udp`, but
Docker Sandboxes always blocks direct external UDP and ICMP. `connect:udp`
rules have no effect.

When a resource doesn't specify a port, the rule matches every port on that
destination. `example.com` matches all ports on `example.com`; `example.com:443`
matches only port 443.

**Hostname patterns**

| Pattern | Example | Matches |
Expand Down