Skip to content

Commit c9faf48

Browse files
committed
2 parents 4c66a15 + abd3d91 commit c9faf48

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 6.1.1 | 7.1.1 — 13.02.2026
9+
10+
* Code refactoring
11+
* Added a new argument `AdGuard` for `DNSoverHTTPS` function to enable DNS-over-HTTPS using AdGuard DNS. Now function allow to set DNS records using DNS-over-HTTPS for these providers
12+
* [Cloudflare DNS](https://developers.cloudflare.com/1.1.1.1/setup/windows/)
13+
* [Google Public DNS](https://developers.google.com/speed/public-dns/docs/using)
14+
* [Quad9 DNS](https://quad9.net/service/service-addresses-and-features/)
15+
* [Comss.one DNS](https://www.comss.ru/page.php?id=7315)
16+
* [AdGuard DNS](https://adguard-dns.io/public-dns.html)
17+
18+
```powershel
19+
DNSoverHTTPS -Cloudflare
20+
DNSoverHTTPS -Google
21+
DNSoverHTTPS -Quad9
22+
DNSoverHTTPS -ComssOne
23+
DNSoverHTTPS -AdGuard
24+
```
25+
26+
* Updated Readme
27+
* Minor changes and improvements
28+
29+
## Wrapper 2.8.20
30+
Fix for #706
31+
832
## 6.1.0 | 7.1.0 — 08.02.2026
933

1034
* Code refactoring

0 commit comments

Comments
 (0)