This commit is contained in:
2026-05-24 04:17:54 +03:00
parent 37b9a13d52
commit 43f24fe25f
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -16,6 +16,7 @@ This page is public operator documentation. It describes setup, behavior, enviro
- Heartbeat reporting.
- Per-user and per-subscription traffic reporting.
- Outbound traffic reporting for proxy chains.
- Cloudflare WARP outbound config generation.
- Session event reporting.
- Runtime error reporting.
- Crash watchdog for local services.
@@ -125,6 +126,7 @@ All other routes require `x-node-auth-key`.
| `DELETE` | `/node/nginx/sites/:domain` | Delete one masking site. |
| `DELETE` | `/node/nginx/site` | Delete current masking site. |
| `POST` | `/node/nginx/restart` | Restart nginx. |
| `POST` | `/node/warp/generate` | Register an anonymous Cloudflare WARP account and return a WireGuard outbound config. |
These endpoints are intended to be called by Core. Protect the agent port with firewall rules or private networking.