We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8061961 + 61115d6 commit 0be1830Copy full SHA for 0be1830
.github/workflows/test.yml
@@ -4,10 +4,6 @@ run-name: Test (${{ github.ref_name }})
4
on:
5
workflow_dispatch:
6
7
- push:
8
- branches:
9
- - main
10
-
11
pull_request:
12
branches:
13
- main
README.md
@@ -35,6 +35,7 @@ buildcage runs as a [remote driver](https://docs.docker.com/build/builders/drive
35
- HTTPS: SNI (Server Name Indication) for domain matching — TLS is not terminated
36
- HTTP: Host header for domain matching
37
- Direct IP access: blocked unless explicitly allowed
38
+- Non-TCP protocols (UDP, ICMP, etc.): all blocked — only TCP connections are supported
39
40
**Two modes available** (see [Reference](#reference) for details):
41
0 commit comments