Skip to content

Coredns plugin that implement --stop-dns-rebind from dnsmasq

Notifications You must be signed in to change notification settings

4390c336/stopdnsrebind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stopdnsrebind

Name

stopdnsrebind - Coredns plugin that implement --stop-dns-rebind from dnsmasq.

Description

With stopdnsrebind enabled, users are able to block addresses from upstream nameservers which are in the private ranges.

Syntax

stopdnsrebind [ZONES...] {
    allow [ZONES...]
}
  • ZONES zones that are allowed o resolve to private addresses

Examples

To demonstrate the usage of plugin stopdnsrebind, here we provide some typical examples.

. {
    stopdnsrebind {
        allow internal.example.org
    }
}

About

Coredns plugin that implement --stop-dns-rebind from dnsmasq

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages