反向代理实现AutoFlush

This commit is contained in:
刘祥超
2020-09-27 18:41:15 +08:00
parent d0417fe74f
commit 8773f7e34c
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