This commit is contained in:
2026-06-22 22:02:30 +03:00
parent 67242e972e
commit 211d1554a8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -121,6 +121,7 @@ All other routes require `x-node-auth-key`.
| `POST` | `/node/geoip/update` | Update GeoIP/geosite files. |
| `POST` | `/node/xray/probe-outbound` | Test an outbound connection and return latency. |
| `POST` | `/node/xray/tls-ping` | Run `xray tls ping <domain>`; vet a REALITY target (incl. ML-DSA-65 readiness). |
| `GET` | `/node/xray/inbound-preview?tag=` | Read one inbound from the running `config.json`, empty user arrays, return `{ config }` (read-only). |
| `POST` | `/node/crypto/x25519` | Generate X25519 keys. |
| `POST` | `/node/crypto/mldsa65` | Generate an ML-DSA-65 seed/verify pair. |
| `POST` | `/node/crypto/tls-ech` | Generate TLS-ECH keys. |