Skip to content

Commit 7d9114f

Browse files
committed
remove hyphens in 3rd and 4th position
1 parent 0f87e94 commit 7d9114f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailnet/conn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ func NewConn(options *Options) (conn *Conn, err error) {
357357
// A FQDN to be mapped to `tsaddr.CoderServiceIPv6`. This address can be used
358358
// when you want to know if Coder Connect is running, but are not trying to
359359
// connect to a specific known workspace.
360-
const IsCoderConnectEnabledFQDNString = "is--coder--connect--enabled--right--now.coder."
360+
const IsCoderConnectEnabledFQDNString = "is.coder--connect--enabled--right--now.coder."
361361

362362
var IsCoderConnectEnabledFQDN, _ = dnsname.ToFQDN(IsCoderConnectEnabledFQDNString)
363363

0 commit comments

Comments
 (0)