Add fleet groups, agent screenshots, deploy guards, and Crucible polish.
This commit is contained in:
9
agent/deploy/tunnel_stub.go
Normal file
9
agent/deploy/tunnel_stub.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
|
||||
package deploy
|
||||
|
||||
import "fmt"
|
||||
|
||||
func StartCloudflaredTunnel(serverURL string) (string, error) {
|
||||
return "", fmt.Errorf("cloudflared tunnel is only supported on Windows in this build")
|
||||
}
|
||||
Reference in New Issue
Block a user