Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
bzEq committed Apr 26, 2024
1 parent 4f45a99 commit deabfa0
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions relayer/intrinsic.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"net/url"

"github.com/bzEq/bx/core"
hfe "github.com/bzEq/bx/frontend/http"
"github.com/bzEq/bx/frontend/socks5"
"github.com/bzEq/bx/intrinsic"
h1p "github.com/bzEq/bx/proxy/http"
"github.com/bzEq/bx/proxy/intrinsic"
"github.com/bzEq/bx/proxy/socks5"
)

type IntrinsicRelayer struct {
Expand Down Expand Up @@ -43,7 +43,7 @@ func (self *IntrinsicRelayer) startLocalHTTPProxy() error {
log.Println(err)
return err
}
proxy := &hfe.HTTPProxy{
proxy := &h1p.HTTPProxy{
Dial: context.Dial,
Transport: &http.Transport{Proxy: http.ProxyURL(socksProxyURL)},
}
Expand Down
2 changes: 1 addition & 1 deletion relayer/socks5.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net"

"github.com/bzEq/bx/core"
"github.com/bzEq/bx/frontend/socks5"
"github.com/bzEq/bx/proxy/socks5"
)

type SocksRelayer struct {
Expand Down
2 changes: 1 addition & 1 deletion s5/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net"

"github.com/bzEq/bx/core"
"github.com/bzEq/bx/frontend/socks5"
"github.com/bzEq/bx/proxy/socks5"
)

func main() {
Expand Down

0 comments on commit deabfa0

Please sign in to comment.