AdguardTeam / DnsLibs

DNS filtering library that's used in AdGuard products
https://adguard.com/
Apache License 2.0
99 stars 20 forks source link

Do not allow upstreams with non-domain and non-IP addresses in URL hostname #213

Closed sfionov closed 8 months ago

sfionov commented 11 months ago

Currently user may enter upstream like tls://1.1.1.1,8.8.8.8 and it will be created, but non-working.

Such errors may be detected on stage on upstream creation.