Skip to content
/ pcall Public

resolve A and AAA records by running an arbitrary external command

License

Notifications You must be signed in to change notification settings

4390c336/pcall

Repository files navigation

pcall

Name

pcall - resolve A and AAA records by running an arbitrary external command

Description

The pcall plugin provide a quick way to extend CoreDNS without writing a new plugin

Syntax

pcall {
    run /path/to/externa/command
}

Examples

Start a server on the default port and load the pcall plugin.

example.org {
    pcall {
        run /path/to/externa/command
    }
}

pcall will run the command with query type and query name as paramaters in the respective order

About

resolve A and AAA records by running an arbitrary external command

Topics

Resources

License

Stars

Watchers

Forks