Skip to content

Commit c9fe8df

Browse files
committed
Doc: v2.0.0-beta announcement
1 parent 36037c5 commit c9fe8df

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
*DNS over TLS upstream server connected to DNS over TLS (IPv4 and IPv6) servers with DNSSEC, DNS rebinding protection, built-in Docker healthcheck and fine grain IPs + hostnames blocking*
44

5-
**Announcement**: *The image is being reworked to be a single binary with DoH and DoT without Unbound. The `:latest` Docker images might break compatibility soon.*
5+
**Announcement**: *You can now try `:v2.0.0-beta` with [this documentation](https://github.com/qdm12/dns/tree/v2.0.0-beta).
6+
7+
**The `:latest` Docker image might break compatibility in the coming days/weeks**
68

79
[![Cloudflare DNS over TLS Docker](https://github.com/qdm12/dns/raw/master/readme/title.png)](https://hub.docker.com/r/qmcgaw/dns)
810

internal/constants/splash.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ package constants
22

33
const (
44
// Announcement is a message announcement.
5-
Announcement = "Happy new year!"
5+
Announcement = "DNS over HTTPs and TLS: see https://github.com/qdm12/dns/tree/v2.0.0-beta"
66
// AnnouncementExpiration is the expiration date of the announcement in format yyyy-mm-dd.
7-
AnnouncementExpiration = "2021-01-20"
7+
AnnouncementExpiration = "2021-04-25"
88
)
99

1010
const (

0 commit comments

Comments
 (0)