change package name
This commit is contained in:
parent
ae33d3da00
commit
bbeb8ce7f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/config.yml
|
/config.yml
|
||||||
|
tcp-proxy
|
||||||
|
6
main.go
6
main.go
@ -4,9 +4,9 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
"ssh-proxy/pkg/config"
|
"tcp-proxy/pkg/config"
|
||||||
"ssh-proxy/pkg/listener"
|
"tcp-proxy/pkg/listener"
|
||||||
"ssh-proxy/pkg/option"
|
"tcp-proxy/pkg/option"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
@ -3,7 +3,7 @@ package common
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"net"
|
"net"
|
||||||
"ssh-proxy/pkg/logger"
|
"tcp-proxy/pkg/logger"
|
||||||
"strconv"
|
"strconv"
|
||||||
"time"
|
"time"
|
||||||
"unicode/utf8"
|
"unicode/utf8"
|
||||||
|
@ -8,10 +8,10 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
"regexp"
|
"regexp"
|
||||||
"ssh-proxy/pkg/common"
|
"tcp-proxy/pkg/common"
|
||||||
"ssh-proxy/pkg/config"
|
"tcp-proxy/pkg/config"
|
||||||
"ssh-proxy/pkg/logger"
|
"tcp-proxy/pkg/logger"
|
||||||
"ssh-proxy/pkg/proxy"
|
"tcp-proxy/pkg/proxy"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ import (
|
|||||||
"crypto/tls"
|
"crypto/tls"
|
||||||
"io"
|
"io"
|
||||||
"net"
|
"net"
|
||||||
"ssh-proxy/pkg/logger"
|
"tcp-proxy/pkg/logger"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Proxy struct {
|
type Proxy struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user