2020-02-06 20:42:46 -05:00
|
|
|
package constants
|
|
|
|
|
|
|
|
|
|
const (
|
2020-03-04 23:47:21 +00:00
|
|
|
// Announcement is a message announcement
|
2020-05-02 17:02:39 +00:00
|
|
|
Announcement = "New HTTP control server, see https://github.com/qdm12/private-internet-access-docker#http-control-server"
|
2020-03-04 23:47:21 +00:00
|
|
|
// AnnouncementExpiration is the expiration date of the announcement in format yyyy-mm-dd
|
2020-05-02 17:02:39 +00:00
|
|
|
AnnouncementExpiration = "2020-05-20"
|
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"
|
|
|
|
|
)
|