Skip to content

Commit

Permalink
ss: fixed #17, bypass rule has no effect in the following situation: …
Browse files Browse the repository at this point in the history
…1. has global forwarder; 2. has bypass rules; 3. use ss proxy server;
  • Loading branch information
nadoo committed Dec 20, 2017
1 parent a0972f5 commit 36d8e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ss.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (s *SS) Serve(c net.Conn) {
return
}

dialer := s.sDialer.NextDialer("")
dialer := s.sDialer.NextDialer(tgt.String())

// udp over tcp?
uot := UoT(tgt[0])
Expand Down

0 comments on commit 36d8e05

Please sign in to comment.