mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
integrate socks5 proxy
This commit is contained in:
parent
dba3baf334
commit
c21133a1af
3 changed files with 81 additions and 32 deletions
1
go.mod
1
go.mod
|
@ -3,6 +3,7 @@ module github.com/octeep/wireproxy
|
|||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
||||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
|
||||
golang.zx2c4.com/go118/netip v0.0.0-20211111135330-a4a02eeacf9d
|
||||
golang.zx2c4.com/wireguard v0.0.0-20220202223031-3b95c81cc178
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue