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-10-12 10:55:08 -04:00
|
|
|
Announcement = "Port forwarding is working for PIA v4 servers"
|
2020-03-04 23:47:21 +00:00
|
|
|
// AnnouncementExpiration is the expiration date of the announcement in format yyyy-mm-dd
|
2020-10-12 10:55:08 -04:00
|
|
|
AnnouncementExpiration = "2020-11-15"
|
2020-02-06 20:42:46 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
// IssueLink is the link for users to use to create issues
|
2020-07-26 12:07:06 +00:00
|
|
|
IssueLink = "https://github.com/qdm12/gluetun/issues/new"
|
2020-02-06 20:42:46 -05:00
|
|
|
)
|