节点组合配置时服务间可以共用证书数据

This commit is contained in:
GoEdgeLab
2023-03-18 22:15:13 +08:00
parent 786747b718
commit dab1a86d09
20 changed files with 840 additions and 694 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ func TestServerConfig_Protocols(t *testing.T) {
},
},
}}
err := server.Init()
err := server.Init(nil)
if err != nil {
t.Fatal(err)
}