Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f87e94 commit 7d9114fCopy full SHA for 7d9114f
tailnet/conn.go
@@ -357,7 +357,7 @@ func NewConn(options *Options) (conn *Conn, err error) {
357
// A FQDN to be mapped to `tsaddr.CoderServiceIPv6`. This address can be used
358
// when you want to know if Coder Connect is running, but are not trying to
359
// connect to a specific known workspace.
360
-const IsCoderConnectEnabledFQDNString = "is--coder--connect--enabled--right--now.coder."
+const IsCoderConnectEnabledFQDNString = "is.coder--connect--enabled--right--now.coder."
361
362
var IsCoderConnectEnabledFQDN, _ = dnsname.ToFQDN(IsCoderConnectEnabledFQDNString)
363
0 commit comments