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
+1
View File
@@ -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 | | `POST` | `/admin/nodes/:id/outbounds` | `CreateNodeOutboundDto` | Creates a node outbound |
| `PATCH` | `/admin/nodes/:id/outbounds/:outboundId` | partial `CreateNodeOutboundDto` | Updates 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 | | `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 ## Admin routes - routing rule sets
+2
View File
@@ -16,6 +16,7 @@ This page is public operator documentation. It describes setup, behavior, enviro
- Heartbeat reporting. - Heartbeat reporting.
- Per-user and per-subscription traffic reporting. - Per-user and per-subscription traffic reporting.
- Outbound traffic reporting for proxy chains. - Outbound traffic reporting for proxy chains.
- Cloudflare WARP outbound config generation.
- Session event reporting. - Session event reporting.
- Runtime error reporting. - Runtime error reporting.
- Crash watchdog for local services. - 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/sites/:domain` | Delete one masking site. |
| `DELETE` | `/node/nginx/site` | Delete current masking site. | | `DELETE` | `/node/nginx/site` | Delete current masking site. |
| `POST` | `/node/nginx/restart` | Restart nginx. | | `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. These endpoints are intended to be called by Core. Protect the agent port with firewall rules or private networking.