Process DNS rebinding protection after DNSSEC

This commit is contained in:
Reinaldo de Souza Jr
2020-12-03 01:20:05 +01:00
parent b338bf9b3f
commit 6b60598025
7 changed files with 219 additions and 36 deletions

View File

@@ -78,8 +78,8 @@ type FilteringConfig struct {
// DNS rebinding protection settings
// --
RebindingEnabled bool `yaml:"rebinding_enabled"`
RebindingAllowedHosts []string `yaml:"rebinding_allowed_hosts"`
RebindingProtectionEnabled bool `yaml:"rebinding_protection_enabled"`
RebindingAllowedHosts []string `yaml:"rebinding_allowed_hosts"`
// Other settings
// --