Categorygithub.com/spr-networks/coredns-rebinding_protection
modulepackage
0.0.0-20241007181823-3e3fe2856ef7
Repository: https://github.com/spr-networks/coredns-rebinding_protection.git
Documentation: pkg.go.dev

# README

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

# Functions

No description provided by the author

# Structs

Block is the block plugin.