反向代理实现AutoFlush

This commit is contained in:
GoEdgeLab
2020-09-27 18:41:15 +08:00
parent acc4df8200
commit 553825c603
4 changed files with 7 additions and 2 deletions

View File

@@ -118,6 +118,7 @@ func (this *ServerDAO) CreateServer(adminId int64, userId int64, serverType serv
if len(excludeNodesJSON) > 0 {
op.ExcludeNodes = excludeNodesJSON
}
op.GroupIds = "[]"
op.Version = 1
op.IsOn = 1