Skip to content

Commit 9f89c4c

Browse files
authored
feat(agent): auto-detect proxy setup when fetching productinfo.htm (#1420)
Look in environment variables to set HTTP, HTTPS or SOCKS proxies. Issue: DGW-291
1 parent b380fef commit 9f89c4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devolutions-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ features = [
5656
[target.'cfg(windows)'.dependencies]
5757
hex = "0.4"
5858
notify-debouncer-mini = "0.6"
59-
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots"] }
59+
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "http2", "system-proxy", "socks"] }
6060
aws-lc-rs = "1.13"
6161
sha2 = "0.10"
6262
thiserror = "2"

0 commit comments

Comments
 (0)