From d1412f43fda33c0005977d9ab17c201bbd693575 Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Sat, 22 Feb 2020 17:04:50 +0000 Subject: [PATCH] Changed announcement --- README.md | 2 +- internal/constants/splash.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 (