Skip to content

Minor AdGuard fixes #969

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 3, 2025
Merged

Minor AdGuard fixes #969

merged 6 commits into from
Feb 3, 2025

Conversation

a1346054
Copy link
Contributor

@a1346054 a1346054 commented Feb 1, 2025

  • made the capitalization of 'AdGuard' consistent
  • added actual SNI for the DoH entries instead of the IP address
    • the SNI was obtained from the certificate, giving highest priority to the first entry openssl s_client -connect "$server_ip":443 </dev/null 2>/dev/null | openssl x509 -noout -text | grep -A1 "X509v3 Subject Alternative Name:" | tr ',' '\n' | sed 's/^ *//'
  • added IPv6 versions of DoH

@jedisct1 jedisct1 changed the base branch from master to next February 3, 2025 13:16
@jedisct1 jedisct1 merged commit d08e3d3 into DNSCrypt:next Feb 3, 2025
2 checks passed
@DNSCrypt DNSCrypt locked and limited conversation to collaborators Mar 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants