Skip to content

formerandroider/coredns-rreflector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rreflector

Name

rreflector - Reflects the IP (with an optional host) back for all in-addr.arpa and ip6.arpa PTR requests handled by the plugin.

Description

rreflector handles queries for .in-addr.arpa. and .ip6.arpa. and responds with a PTR record consisting of the requested sub-name, reversed, with an optional HOST appended.

Syntax

rreflector [HOST]

  • HOST hostname to append to IP address

Examples

Reflect the IP back for any rDNS request for an IP in the 192.168.0.0.24 range.

192.168.0.0/24 {
    rreflector
}

Reflect the IP back, appended with the .example.com root domain, for any rDNS request for an IP in the 192.168.0.0.24 range.

192.168.0.0/24 {
    rreflector example.com
}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages