diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-16 10:23:37 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-16 10:23:37 +0200 |
commit | 95a6938f3a156e488ad74ba113b28cbd0d9c2398 (patch) | |
tree | 4b54d1dd51f9ae2afc5197a12efd2d58175c48ea /Cargo.toml | |
parent | d51ea3b2670651d4a1fffa2957aca8a22e3705e3 (diff) |
don't check source address for eligibility
This change allows IPv6 clients to use native, global addresses or link-local addresses to issue DNS queries through dnsd. It does not pose a security risk when combined with netfilterd since its ruleset blocks DNS traffic from the public internet. However a standalone instance is potentially vulnerable to DNS reflection / amplification unless mitigated externally.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,6 +11,5 @@ bytes = "1.4.0" dns-message-parser = "0.7.0" notify = "5.1.0" rsdsl_dhcp4d = { git = "https://github.com/rsdsl/dhcp4d.git", version = "0.1.6" } -rsdsl_he_config = { git = "https://github.com/rsdsl/he_config.git", version = "0.1.0" } serde_json = "1.0" thiserror = "1.0" |