From 43f24fe25f40ccfee06e0d5e20d1bd807e868bb3 Mon Sep 17 00:00:00 2001 From: Kiow Date: Sun, 24 May 2026 04:17:54 +0300 Subject: [PATCH] v11.13 --- core-routes.md | 1 + node.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/core-routes.md b/core-routes.md index 5f3cab6..482be97 100644 --- a/core-routes.md +++ b/core-routes.md @@ -142,6 +142,7 @@ This file lists the current HTTP routes exposed by Core, grouped by access level | `POST` | `/admin/nodes/:id/outbounds` | `CreateNodeOutboundDto` | Creates a node outbound | | `PATCH` | `/admin/nodes/:id/outbounds/:outboundId` | partial `CreateNodeOutboundDto` | Updates a node outbound | | `DELETE` | `/admin/nodes/:id/outbounds/:outboundId` | none | Deletes a node outbound | +| `POST` | `/admin/nodes/:id/warp/generate` | none | Registers an anonymous WARP account on the node and returns a WireGuard outbound settings object | ## Admin routes - routing rule sets diff --git a/node.md b/node.md index 1721158..573193f 100644 --- a/node.md +++ b/node.md @@ -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.