mirror of
https://github.com/fatedier/frp.git
synced 2025-07-24 06:40:13 +07:00
rename models to pkg (#2005)
This commit is contained in:
@ -19,10 +19,10 @@ import (
|
||||
"net"
|
||||
"strings"
|
||||
|
||||
"github.com/fatedier/frp/models/config"
|
||||
"github.com/fatedier/frp/models/consts"
|
||||
"github.com/fatedier/frp/utils/util"
|
||||
"github.com/fatedier/frp/utils/vhost"
|
||||
"github.com/fatedier/frp/pkg/config"
|
||||
"github.com/fatedier/frp/pkg/consts"
|
||||
"github.com/fatedier/frp/pkg/util/util"
|
||||
"github.com/fatedier/frp/pkg/util/vhost"
|
||||
)
|
||||
|
||||
type TCPMuxProxy struct {
|
||||
|
Reference in New Issue
Block a user