mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-09-19 09:40:12 +00:00
16 lines
266 B
Go
16 lines
266 B
Go
//go:build agentcompat
|
|
|
|
package rpc
|
|
|
|
import (
|
|
"github.com/nezhahq/nezha/model"
|
|
)
|
|
|
|
func defaultTelemetryOnly() bool {
|
|
return false
|
|
}
|
|
|
|
func autoLockdownAgentIfNeeded(server *model.Server) {
|
|
// agentcompat harness tests full agent control (MCP exec, terminal, FM)
|
|
}
|