gci write

This commit is contained in:
Craig O'Donnell 2023-02-06 21:17:39 -05:00
parent 013092e9bd
commit 916df56951
5 changed files with 10 additions and 5 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {