You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: close residual Windows-100 gaps in READMEs + manifest
Every Managed-flow connect() example and the /manifest flow now
explicitly pass protocol: 'v2ray' so a Windows agent without admin
gets the zero-admin auto-installing path instead of silently picking
WireGuard and failing.
- README.md: hero snippet + "Connect as an agent" Quick Start
- server/README.md: /instructions response example
- server/src/index.ts: /manifest flow[8] + nativeMacLinux note
(setup() clarified as optional; connect() auto-fetches the binary)
note: 'Agent side only — you do NOT clone this repo. The four packages above are the complete set for paying + connecting on every OS. express / @x402/express / dotenv are operator-only; do not install them.',
457
-
nativeMacLinux: 'The macOS/Linux connect path also needs, OUTSIDE npm: Go 1.24+ (to `go install` sentinel-dvpncli), wireguard-tools (provides `wg-quick`, for WireGuard nodes), and a `v2ray` binary on PATH (for V2Ray nodes). The Windows path needs none of these — setup() fetches them.',
457
+
nativeMacLinux: 'The macOS/Linux connect path also needs, OUTSIDE npm: Go 1.24+ (to `go install` sentinel-dvpncli), wireguard-tools (provides `wg-quick`, for WireGuard nodes), and a `v2ray` binary on PATH (for V2Ray nodes). The Windows path needs none of these — connect({ protocol: "v2ray" }) auto-fetches the binary (setup() is optional).',
0 commit comments