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

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bzEq committed Apr 26, 2024
1 parent c174684 commit 0e2b5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s5/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func main() {
log.Println(err)
continue
}
s := socks5.Server{
s := socks5.Socks5Proxy{
UDPAddr: ln.LocalAddr().(*net.UDPAddr),
}
go func() {
Expand Down

0 comments on commit 0e2b5c7

Please sign in to comment.