1
0
Fork 0
forked from External/grumble

Merge PR #14: update public server registration URL

This commit is contained in:
Mikkel Krautz 2018-01-04 14:10:49 +01:00 committed by GitHub
commit e8bd4207b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ type Register struct {
Location string `xml:"location"` Location string `xml:"location"`
} }
const registerUrl = "https://mumble.hive.no/register.cgi" const registerUrl = "https://mumble.info/register.cgi"
// Determines whether a server is public by checking whether the // Determines whether a server is public by checking whether the
// config values required for public registration are set. // config values required for public registration are set.