mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-25 08:32:31 +00:00
chore(fmt): apply make fmt command
This commit is contained in:
6
dns.go
6
dns.go
@@ -165,7 +165,11 @@ func getMapResponseDNSConfig(
|
||||
dnsConfig.Domains,
|
||||
fmt.Sprintf(
|
||||
"%s.%s",
|
||||
strings.ReplaceAll(machine.Namespace.Name, "@", "."), // Replace @ with . for valid domain for machine
|
||||
strings.ReplaceAll(
|
||||
machine.Namespace.Name,
|
||||
"@",
|
||||
".",
|
||||
), // Replace @ with . for valid domain for machine
|
||||
baseDomain,
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user