Skip to content

Commit 61115d6

Browse files
committed
Add non-TCP protocol blocking note to How It Works section
1 parent 60ea42d commit 61115d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ buildcage runs as a [remote driver](https://docs.docker.com/build/builders/drive
3535
- HTTPS: SNI (Server Name Indication) for domain matching — TLS is not terminated
3636
- HTTP: Host header for domain matching
3737
- Direct IP access: blocked unless explicitly allowed
38+
- Non-TCP protocols (UDP, ICMP, etc.): all blocked — only TCP connections are supported
3839

3940
**Two modes available** (see [Reference](#reference) for details):
4041

0 commit comments

Comments
 (0)