feat(dns): allow parent domains to be exempt from rebinding protection

- Specify with `*.domain.com` in DNS_REBINDING_PROTECTION_EXEMPT_HOSTNAMES
- Fix #3135
This commit is contained in:
Quentin McGaw
2026-02-16 14:44:44 +00:00
parent be92aa2ac4
commit e828ea1462
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ require (
github.com/klauspost/pgzip v1.2.6
github.com/mdlayher/genetlink v1.3.2
github.com/pelletier/go-toml/v2 v2.2.4
github.com/qdm12/dns/v2 v2.0.0-rc10
github.com/qdm12/dns/v2 v2.0.0-rc9.0.20260216144148-3f6b7de87740
github.com/qdm12/gosettings v0.4.4
github.com/qdm12/goshutdown v0.3.0
github.com/qdm12/gosplash v0.2.0