13 lines
No EOL
708 B
Markdown
13 lines
No EOL
708 B
Markdown
---
|
||
name: tunnel
|
||
description: Set up a Cloudflare tunnel when the user asks to expose a port or create a tunnel. Also when user says "подними тоннель", "пробрось порт", "tunnel".
|
||
---
|
||
|
||
# Tunnel
|
||
|
||
Когда пользователь просит поднять или опустить cloudflare тоннель — вызови
|
||
tool `tunnel()`. Первый вызов — старт, второй — стоп. Tool беспараметровый.
|
||
|
||
Не используй raw bash `bash .opencode/scripts/tunnel.sh` — заблокирован deny
|
||
(см. `opencode.json:311-314`). При сбое tool — STOP и репорт оркестратору, НЕ
|
||
fallback на raw bash. |