mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-07 18:10:24 +08:00
实现DNS节点远程安装
This commit is contained in:
@@ -28,7 +28,7 @@ func TestNodeInstaller_Install(t *testing.T) {
|
||||
|
||||
// 安装
|
||||
err = installer.Install("/opt/edge", &NodeParams{
|
||||
Endpoints: []string{"192.168.2.40:8003"},
|
||||
Endpoints: []string{"http://192.168.2.40:8003"},
|
||||
NodeId: "313fdb1b90d0a63c736f307b4d1ca358",
|
||||
Secret: "Pl3u5kYqBDZddp7raw6QfHiuGPRCWF54",
|
||||
}, &models.NodeInstallStatus{})
|
||||
|
||||
Reference in New Issue
Block a user