Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ARwMq9b6 committed Jul 29, 2017
1 parent e6df939 commit d8c5862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxyserve.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func (r *socks5Request) setRedirect(ip net.IP) {
if ip.To4() != nil {
addrType = AddrIPv4
} else {
addrType = AddrIPv4
addrType = AddrIPv6
}
r.req.Addr.Type = addrType
r.req.Addr.Host = ip.String()
Expand Down

0 comments on commit d8c5862

Please sign in to comment.