{{if .Conf.GRPCHost}}
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod
+x nezha.sh && sudo ./nezha.sh install_agent {{.Conf.GRPCHost}}
{{if .Conf.ProxyGRPCPort}}{{.Conf.ProxyGRPCPort}}{{else}}{{.Conf.GRPCPort}}{{end}}
{{if .Conf.TLS}}--tls{{end}}
{{else}}
请先在设置页面配置 未接入CDN的面板服务器域名/IP
{{end}}