Skip to content

Commit 0be1830

Browse files
authored
Merge pull request #8 from dash14/chore/misc-improvements
Misc cleanup: remove redundant test trigger and document non-TCP blocking
2 parents 8061961 + 61115d6 commit 0be1830

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ run-name: Test (${{ github.ref_name }})
44
on:
55
workflow_dispatch:
66

7-
push:
8-
branches:
9-
- main
10-
117
pull_request:
128
branches:
139
- main

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)