mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
Merge PR #14: update public server registration URL
This commit is contained in:
commit
e8bd4207b4
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ type Register struct {
|
|||
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
|
||||
// config values required for public registration are set.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue