Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f991d7

Browse files
kylecarbscoadler
andauthored
Update cli/server.go
Co-authored-by: Colin Adler <[email protected]>
1 parent 3820dc9 commit 9f991d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ func Server(newAPI func(*coderd.Options) *coderd.API) *cobra.Command {
316316
RegionName: "Coder",
317317
Nodes: []*tailcfg.DERPNode{{
318318
Name: "1a",
319-
RegionID: 1,
319+
RegionID: derpServerRegionID,
320320
STUNOnly: true,
321321
HostName: "stun.l.google.com",
322322
STUNPort: 19302,

0 commit comments

Comments
 (0)