AdguardTeam / AdguardTeam/dnsproxy
Consider porting dnscrypt-proxy's blocked_ip feature to dnsproxy.
Open
- Dominant language
- Go
- Stars
- 3.3k
- Forks
- 343
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/dnscrypt-proxy/example-blocked-ips.txt
When enabled, it returns "a:0.0.0.0 / aaaa::0" back to the client when the resolved IP falls into specified range.
YAML example:
```
block_ip: true
block_ip_file: path/to/ip-cidrs.txt
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.