Changed announcement
This commit is contained in:
@@ -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*
|
*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)*
|
||||||
|
|
||||||
<a href="https://hub.docker.com/r/qmcgaw/private-internet-access">
|
<a href="https://hub.docker.com/r/qmcgaw/private-internet-access">
|
||||||
<img width="100%" height="320" src="https://raw.githubusercontent.com/qdm12/private-internet-access-docker/master/title.svg?sanitize=true">
|
<img width="100%" height="320" src="https://raw.githubusercontent.com/qdm12/private-internet-access-docker/master/title.svg?sanitize=true">
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ package constants
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Annoucement is a message annoucement
|
// 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 is the expiration time of the annoucement in unix timestamp
|
||||||
AnnoucementExpiration = 1582761600
|
AnnoucementExpiration = 1584981407
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|||||||
Reference in New Issue
Block a user