2020-02-06 20:42:46 -05:00
|
|
|
package constants
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
// Annoucement is a message annoucement
|
2020-02-22 17:04:50 +00:00
|
|
|
Annoucement = "Support for Mullvad"
|
2020-02-06 20:42:46 -05:00
|
|
|
// AnnoucementExpiration is the expiration time of the annoucement in unix timestamp
|
2020-02-22 17:04:50 +00:00
|
|
|
AnnoucementExpiration = 1584981407
|
2020-02-06 20:42:46 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
// IssueLink is the link for users to use to create issues
|
|
|
|
|
IssueLink = "https://github.com/qdm12/private-internet-access-docker/issues/new"
|
|
|
|
|
)
|