Another missing dot.

This commit is contained in:
notsure2 2026-01-05 18:36:36 +02:00
parent 3690ae037b
commit 8ddcf22780
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ func randomHumanReadableServerName() string {
switch style {
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")
// Combine 2 to 3 syllables