Skip to content

spr-networks/coredns-rebinding_protection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rebinding Protection

NOTE: this has been deprecated and rolled into https://github.com/spr-networks/coredns-block See the 'archived-rebinding' branch

Name

rebinding_protection - blocks upstream resolvers from providing local or private IP addresses

Syntax

rebinding_protection

Examples

Block 0.0.0.0, private addresess, etc

. {
  forward . 9.9.9.9
  rebinding_protection
}

Test with querying a domain externally that receives an internal IP, for example: host 0.0.0.0.nip.io

This should be configured in plugin.cfg to only affect the 'forward' plugin. The 'hosts' plugin should bypass this feature

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages