Skip to content

Commit

Permalink
iroh: read proxy from env by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 22, 2024
1 parent f856b2b commit 650a91a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iroh/src/node/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ where

let endpoint = Endpoint::builder()
.secret_key(self.secret_key.clone())
.proxy_from_env()
.alpns(PROTOCOLS.iter().map(|p| p.to_vec()).collect())
.keylog(self.keylog)
.transport_config(transport_config)
Expand Down

0 comments on commit 650a91a

Please sign in to comment.