rebrand: frp -> kanhole (kanhole server, kanholec client)
golangci-lint / lint (push) Failing after 1m5s
golangci-lint / lint (push) Failing after 1m5s
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/fatedier/frp/pkg/util/vhost"
|
||||
"kanhole/pkg/util/vhost"
|
||||
)
|
||||
|
||||
// HTTPGroupController manages HTTP groups that use round-robin
|
||||
|
||||
@@ -18,7 +18,7 @@ import (
|
||||
"context"
|
||||
"net"
|
||||
|
||||
"github.com/fatedier/frp/pkg/util/vhost"
|
||||
"kanhole/pkg/util/vhost"
|
||||
)
|
||||
|
||||
type HTTPSGroupController struct {
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ import (
|
||||
"net"
|
||||
"strconv"
|
||||
|
||||
"github.com/fatedier/frp/server/ports"
|
||||
"kanhole/server/ports"
|
||||
)
|
||||
|
||||
// TCPGroupCtl manages all TCPGroups.
|
||||
|
||||
@@ -19,9 +19,9 @@ import (
|
||||
"fmt"
|
||||
"net"
|
||||
|
||||
v1 "github.com/fatedier/frp/pkg/config/v1"
|
||||
"github.com/fatedier/frp/pkg/util/tcpmux"
|
||||
"github.com/fatedier/frp/pkg/util/vhost"
|
||||
v1 "kanhole/pkg/config/v1"
|
||||
"kanhole/pkg/util/tcpmux"
|
||||
"kanhole/pkg/util/vhost"
|
||||
)
|
||||
|
||||
// TCPMuxGroupCtl manages all TCPMuxGroups.
|
||||
|
||||
Reference in New Issue
Block a user