Skip to content

Commit

Permalink
Add socks5 proxy support
Browse files Browse the repository at this point in the history
  • Loading branch information
chenaoxd authored and SergioGasquez committed Apr 4, 2024
1 parent 651cec4 commit f25a53d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ guess_host_triple = "0.1.3"
log = "0.4.20"
miette = { version = "5.10.0", features = ["fancy"] }
regex = "1.10.3"
reqwest = { version = "0.11.24", features = ["blocking"] }
reqwest = { version = "0.11.24", features = ["blocking", "socks"] }
retry = "2.0.0"
serde_json = "1.0.113"
strum = { version = "0.26.1", features = ["derive"] }
Expand Down

0 comments on commit f25a53d

Please sign in to comment.