Files
netbird/client/embed/example
ClaudeandClaude Opus 4.8 b3375061b0 [client] agentproxy PoC: in-process DNS notes + startup/request logging
Clarify and make visible that the embedded client resolves the upstream
entirely in-process. In userspace/netstack mode NetBird's DNS server runs
"via memory" (packet hooks on the netstack device), so hostname lookups go
over the tunnel and are answered from the network map with no changes to
the host resolver and no root.

Add operational visibility:
- initialize the shared NetBird logger (NB_LOG_LEVEL, default info)
- log overlay IP/FQDN, management/signal state and peer count on connect
- preflight: resolve+dial the upstream over the tunnel once at startup
- per-request access logs and per-dial resolution/connection logs

Document the resolution mechanism and troubleshooting in the README.

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