重构代理解析流程,引入端口混合协议转发
This commit is contained in:
9
server/models/user-ip.go
Normal file
9
server/models/user-ip.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type UserIp struct {
|
||||
gorm.Model
|
||||
UserId uint
|
||||
IpAddress string
|
||||
}
|
||||
Reference in New Issue
Block a user