mirror of
https://github.com/fatedier/frp.git
synced 2025-08-09 13:05:03 +02:00
rename models to pkg (#2005)
This commit is contained in:
@ -17,9 +17,9 @@ package proxy
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"github.com/fatedier/frp/models/config"
|
||||
"github.com/fatedier/frp/utils/util"
|
||||
"github.com/fatedier/frp/utils/vhost"
|
||||
"github.com/fatedier/frp/pkg/config"
|
||||
"github.com/fatedier/frp/pkg/util/util"
|
||||
"github.com/fatedier/frp/pkg/util/vhost"
|
||||
)
|
||||
|
||||
type HTTPSProxy struct {
|
||||
|
Reference in New Issue
Block a user