Files
netbird/client/embed/example
ClaudeandClaude Opus 4.8 c71523a70f [client] Add rootless agent-network local proxy PoC
Add a small proof-of-concept command (client/embed/example/agentproxy)
that embeds the NetBird client in userspace/netstack mode and exposes a
local HTTP listener on 127.0.0.1:8080. Incoming requests are
reverse-proxied over the encrypted NetBird tunnel to an upstream Agent
Network endpoint (e.g. https://mirror.netbird.ai).

The embedded client authenticates like a regular client: interactive SSO
by default, or a setup key supplied via NB_SETUP_KEY. Because it runs
entirely in userspace and only binds a loopback socket, it works without
root and in rootless containers (OpenShift, Podman).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-27 08:36:00 +00:00
..