mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-06 21:01:56 +00:00
Switch logging service from log.tailscale.io to log.tailscale.com (#14398)
Updates tailscale/corp#23617 Signed-off-by: Joe Tsai <joetsai@digital-static.net>
This commit is contained in:
@@ -17,7 +17,7 @@ var (
|
||||
fakeControl = newVIP("control.tailscale", 3)
|
||||
fakeDERP1 = newVIP("derp1.tailscale", "33.4.0.1") // 3340=DERP; 1=derp 1
|
||||
fakeDERP2 = newVIP("derp2.tailscale", "33.4.0.2") // 3340=DERP; 2=derp 2
|
||||
fakeLogCatcher = newVIP("log.tailscale.io", 4)
|
||||
fakeLogCatcher = newVIP("log.tailscale.com", 4)
|
||||
fakeSyslog = newVIP("syslog.tailscale", 9)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user