Sync Netbird internal peer records to real world.
for now, Cloudflare DNS supported only.
-
Generate Netbird Access Token
-
Generate Cloudflare API Token
-
Run with docker compose
name: netbird services: dns-sync: image: "ghcr.io/ix64/netbird-dns-sync:main" restart: unless-stopped environment: NETBIRD_ENDPOINT: https://netbird.example.com NETBIRD_ACCESS_TOKEN: ...... CLOUDFLARE_DOMAIN: example.com CLOUDFLARE_API_TOKEN: ......