From de7f12d958fa2f7f40dbc8c0b645a70e34f53bc5 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Tue, 14 Jul 2020 00:38:55 +0000 Subject: [PATCH] =?UTF-8?q?Gluetun=20git=20history=20video=20=F0=9F=98=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- internal/constants/splash.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dda25f6a..00ea8193 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *Lightweight swiss-knife-like VPN client to tunnel to Private Internet Access, Mullvad, Windscribe, Surfshark and Cyberghost VPN servers, using Go, OpenVPN, iptables, DNS over TLS, ShadowSocks and Tinyproxy* -**ANNOUNCEMENT**: *Firewall refactoring, let me know if anything breaks on :latest* +**ANNOUNCEMENT**: *[Video of the Git history of Gluetun](https://youtu.be/khipOYJtGJ0)* diff --git a/internal/constants/splash.go b/internal/constants/splash.go index 7db053eb..9af30ab5 100644 --- a/internal/constants/splash.go +++ b/internal/constants/splash.go @@ -2,9 +2,9 @@ package constants const ( // Announcement is a message announcement - Announcement = "Big code refactor, things may break but I'll fix them quickly!" + Announcement = "Video of the Git history of Gluetun (2020 is crazy): https://youtu.be/khipOYJtGJ0" // AnnouncementExpiration is the expiration date of the announcement in format yyyy-mm-dd - AnnouncementExpiration = "2020-06-25" + AnnouncementExpiration = "2020-07-30" ) const (