mirror of https://github.com/cbeuw/Cloak
Another missing dot.
This commit is contained in:
parent
3690ae037b
commit
8ddcf22780
|
|
@ -198,7 +198,7 @@ func randomHumanReadableServerName() string {
|
||||||
|
|
||||||
switch style {
|
switch style {
|
||||||
case 0: // Dictionary-based (e.g., "secure-bridge.com")
|
case 0: // Dictionary-based (e.g., "secure-bridge.com")
|
||||||
domain = randItem(prefixes) + "-" + randItem(suffixes) + randItem(topLevelDomains)
|
domain = randItem(prefixes) + "-" + randItem(suffixes) + "." + randItem(topLevelDomains)
|
||||||
|
|
||||||
case 1: // Phonetic/Brandable (e.g., "verantix.net")
|
case 1: // Phonetic/Brandable (e.g., "verantix.net")
|
||||||
// Combine 2 to 3 syllables
|
// Combine 2 to 3 syllables
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue