diff --git a/README.md b/README.md index 377f6111..ceed804a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *Lightweight swiss-knife-like VPN client to tunnel to private internet access servers, using OpenVPN, iptables, DNS over TLS, ShadowSocks, Tinyproxy and more* -**ANNOUCEMENT**: *Total rewrite in Go: see the new features [below](#Features)* (in case something break use the image with tag `:old`) +**ANNOUCEMENT**: *Support for [Mullvad](http://mullvad.net)* diff --git a/internal/constants/splash.go b/internal/constants/splash.go index 32b5d773..229a4c2c 100644 --- a/internal/constants/splash.go +++ b/internal/constants/splash.go @@ -2,9 +2,9 @@ package constants const ( // Annoucement is a message annoucement - Annoucement = "Total rewrite in Go with many new features" + Annoucement = "Support for Mullvad" // AnnoucementExpiration is the expiration time of the annoucement in unix timestamp - AnnoucementExpiration = 1582761600 + AnnoucementExpiration = 1584981407 ) const (