Installation Guide
You can run DNS-collector using precompiled binaries, Docker containers, or by building it from source.
Download Precompiled Binaries
Precompiled binaries for Linux, macOS, and Windows are available on the GitHub Releases page:
👉 Download latest DNS-collector release
Quick Run (Linux/macOS)
- Download the binary for your architecture.
- Make it executable:
- Run it with your configuration:
Docker Containers
Docker images are automatically built and published to Docker Hub.
Docker Run
To run the container with a custom configuration:
For more advanced setups, see the Docker Deployment Guide.
Build from Source
To compile DNS-collector yourself, you need Go 1.22+ installed.
Clone the Repository
Build Using Make
This will produce the dnscollector executable in the root directory.