2020-02-06 20:42:46 -05:00
|
|
|
package constants
|
|
|
|
|
|
|
|
|
|
const (
|
2020-10-20 02:45:28 +00:00
|
|
|
// Announcement is a message announcement.
|
2020-12-29 22:46:18 +00:00
|
|
|
Announcement = "New Docker image qmcgaw/gluetun"
|
2020-10-20 02:45:28 +00:00
|
|
|
// AnnouncementExpiration is the expiration date of the announcement in format yyyy-mm-dd.
|
2020-12-29 22:46:18 +00:00
|
|
|
AnnouncementExpiration = "2021-01-20"
|
2020-02-06 20:42:46 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
const (
|
2020-10-20 02:45:28 +00:00
|
|
|
// 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
|
|
|
)
|