Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Repository files navigation

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

  • api_url is the full URL of the netmaker server (ie: https://netmaker.example.com)
  • api_key is the API_KEY that allows to make queries to the API server on DNS endpoint(https://docs.netmaker.org/api.html#authentication)
  • fallthrough allow to fall to next plugin. It accepts zones arguments to filter next plugins.
  • refresh_duration specifies the interval to refresh informations from netmaker servers.

Examples

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.