Skip to content

Commit 94efc91

Browse files
committed
feat(channel): improve approval messages with protocol and MCP tool context
1 parent e61d8d9 commit 94efc91

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,11 @@ default = "deny"
160160
# Network rules
161161
[[allow]]
162162
destination = "api.anthropic.com"
163-
ports = [443]
163+
protocols = ["https"]
164+
165+
[[allow]]
166+
destination = "dns.google"
167+
protocols = ["dns"]
164168

165169
[[ask]]
166170
destination = "*.openai.com"
@@ -169,6 +173,11 @@ ports = [443]
169173
[[deny]]
170174
destination = "169.254.169.254" # block cloud metadata
171175

176+
[[deny]]
177+
destination = "*"
178+
protocols = ["udp"]
179+
name = "block all UDP by default"
180+
172181
# MCP tool rules
173182
[[allow]]
174183
tool = "github__list_*"

0 commit comments

Comments
 (0)