Skip to content

ix64/netbird-dns-sync

Repository files navigation

Netbird DNS Sync

Sync Netbird internal peer records to real world.

for now, Cloudflare DNS supported only.

Usage

  • 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: ......

About

Sync Netbird internal peer records to real world DNS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages