Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages