Skip to content

Commit

Permalink
net/hosts: Mix socks5 with tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
parazyd committed Feb 25, 2025
1 parent f5baac8 commit 3f73be0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/net/hosts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,8 @@ impl HostContainer {
mix_transport!("tor+tls", "tcp+tls");
mix_transport!("nym", "tcp");
mix_transport!("nym+tls", "tcp+tls");
mix_transport!("socks5", "tcp");
mix_transport!("socks5+tls", "tcp+tls");

// And now the actual requested transports
for (addr, last_seen) in self.fetch_with_schemes(index, transports, None) {
Expand Down

0 comments on commit 3f73be0

Please sign in to comment.