feat: 实现域名绑定与授权 ip 功能 (#1089)

This commit is contained in:
ssongliu
2023-05-19 21:47:46 +08:00
committed by GitHub
parent c2f5908a9d
commit 8fd4060562
23 changed files with 591 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ func Init() {
migrations.AddEntranceAndSSL,
migrations.UpdateTableSetting,
migrations.UpdateTableAppDetail,
migrations.AddBindAndAllowIPs,
})
if err := m.Migrate(); err != nil {
global.LOG.Error(err)