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 8b125d6 commit 4a07fcdCopy full SHA for 4a07fcd
cli/server.go
@@ -621,7 +621,7 @@ flags, and YAML configuration. The precedence is as follows:
621
Nodes: []*tailcfg.DERPNode{{
622
Name: fmt.Sprintf("%db", cfg.DERP.Server.RegionID),
623
RegionID: int(cfg.DERP.Server.RegionID.Value()),
624
- HostName: cfg.AccessURL.Host,
+ HostName: cfg.AccessURL.Value().Hostname(),
625
DERPPort: accessURLPort,
626
STUNPort: -1,
627
ForceHTTP: cfg.AccessURL.Scheme == "http",
0 commit comments