update public server registration URL

This commit is contained in:
Tim Cooper 2018-01-04 08:51:35 -04:00 committed by GitHub
parent 578721ab74
commit 916cda8ea6
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.