Home

Awesome

netmaker-coredns-plugin

Name

netmaker - adds the ability to convert server names into their floating IPs.

Description

This plugin allows to resolve names build like <server_name>.[network-name] into the corresponding floating IP.

Syntax

Examples

.:53 {
    log
    errors
    netmaker {
        api_url https://api.netmaker.example.com
        api_key secret_key
        refresh_duration 1s
        fallthrough
    }
    forward . /etc/resolv.conf
}