diff --git a/README.md b/README.md index fbdb0ec5..b429d11b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ *Lightweight swiss-knife-like VPN client to tunnel to Private Internet Access, Mullvad, Windscribe, Surfshark Cyberghost, VyprVPN, NordVPN, PureVPN and Privado VPN servers, using Go, OpenVPN, iptables, DNS over TLS, ShadowSocks and an HTTP proxy* -**ANNOUNCEMENT**: *Github Wiki reworked* +**ANNOUNCEMENT**: *New Docker image name `qmcgaw/gluetun`* diff --git a/internal/constants/splash.go b/internal/constants/splash.go index 8538743d..7c480711 100644 --- a/internal/constants/splash.go +++ b/internal/constants/splash.go @@ -2,9 +2,9 @@ package constants const ( // Announcement is a message announcement. - Announcement = "Support for Privado" + Announcement = "New Docker image qmcgaw/gluetun" // AnnouncementExpiration is the expiration date of the announcement in format yyyy-mm-dd. - AnnouncementExpiration = "2020-11-25" + AnnouncementExpiration = "2021-01-20" ) const (