mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-04-20 00:36:37 +02:00
7a136b8874
Since requests are mostly originated from the machine itself, so all necessary metadata is local to it. Currently, the desktop platforms are Windows desktop and darwin.
5 lines
124 B
Go
5 lines
124 B
Go
package ctrld
|
|
|
|
// SelfDiscover reports whether ctrld should only do self discover.
|
|
func SelfDiscover() bool { return true }
|