mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-12 05:37:32 +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)
|
||||
)
|
||||
|
||||
|
@@ -394,7 +394,7 @@ func (n *network) acceptTCP(r *tcp.ForwarderRequest) {
|
||||
}
|
||||
}
|
||||
|
||||
// serveLogCatchConn serves a TCP connection to "log.tailscale.io", speaking the
|
||||
// serveLogCatchConn serves a TCP connection to "log.tailscale.com", speaking the
|
||||
// logtail/logcatcher protocol.
|
||||
//
|
||||
// We terminate TLS with an arbitrary cert; the client is configured to not
|
||||
|
Reference in New Issue
Block a user