One-click configuration: Vless Encryption + XHTTP

This commit is contained in:
心隨緣動 2025-09-19 19:36:56 +08:00 committed by GitHub
parent 42541b3496
commit e8b51569ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,7 @@ func initModels() error {
&model.InboundClientIps{},
&xray.ClientTraffic{},
&model.HistoryOfSeeders{},
&LinkHistory{}, // 把 LinkHistory 表也迁移
}
for _, model := range models {
if err := db.AutoMigrate(model); err != nil {