gci write
This commit is contained in:
parent
013092e9bd
commit
916df56951
@ -17,10 +17,11 @@ package proxy
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"golang.org/x/time/rate"
|
||||
|
||||
"github.com/fatedier/frp/pkg/config"
|
||||
"github.com/fatedier/frp/pkg/util/util"
|
||||
"github.com/fatedier/frp/pkg/util/vhost"
|
||||
"golang.org/x/time/rate"
|
||||
)
|
||||
|
||||
type HTTPSProxy struct {
|
||||
|
@ -15,8 +15,9 @@
|
||||
package proxy
|
||||
|
||||
import (
|
||||
"github.com/fatedier/frp/pkg/config"
|
||||
"golang.org/x/time/rate"
|
||||
|
||||
"github.com/fatedier/frp/pkg/config"
|
||||
)
|
||||
|
||||
type STCPProxy struct {
|
||||
|
@ -15,8 +15,9 @@
|
||||
package proxy
|
||||
|
||||
import (
|
||||
"github.com/fatedier/frp/pkg/config"
|
||||
"golang.org/x/time/rate"
|
||||
|
||||
"github.com/fatedier/frp/pkg/config"
|
||||
)
|
||||
|
||||
type SUDPProxy struct {
|
||||
|
@ -19,8 +19,9 @@ import (
|
||||
"net"
|
||||
"strconv"
|
||||
|
||||
"github.com/fatedier/frp/pkg/config"
|
||||
"golang.org/x/time/rate"
|
||||
|
||||
"github.com/fatedier/frp/pkg/config"
|
||||
)
|
||||
|
||||
type TCPProxy struct {
|
||||
|
@ -19,11 +19,12 @@ import (
|
||||
"net"
|
||||
"strings"
|
||||
|
||||
"golang.org/x/time/rate"
|
||||
|
||||
"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"
|
||||
"golang.org/x/time/rate"
|
||||
)
|
||||
|
||||
type TCPMuxProxy struct {
|
||||
|
Loading…
Reference in New Issue
Block a user