forked from External/grumble
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"`
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue