* GetAllServers with version & timestamp tests * Storage package to sync servers * Use storage Sync to get and use servers
14 lines
425 B
Go
14 lines
425 B
Go
package constants
|
|
|
|
const (
|
|
// Announcement is a message announcement
|
|
Announcement = "Persistent server IP addresses at /gluetun/servers.json, please BIND MOUNT"
|
|
// AnnouncementExpiration is the expiration date of the announcement in format yyyy-mm-dd
|
|
AnnouncementExpiration = "2020-09-30"
|
|
)
|
|
|
|
const (
|
|
// IssueLink is the link for users to use to create issues
|
|
IssueLink = "https://github.com/qdm12/gluetun/issues/new"
|
|
)
|