This commit is contained in:
parent
d45f13f030
commit
384464bdbc
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ async fn main() {
|
|||
caps.set_proxy(Proxy::Manual {
|
||||
ftp_proxy: None,
|
||||
http_proxy: Some(proxy.to_string()),
|
||||
ssl_proxy: None,
|
||||
ssl_proxy: Some(proxy.to_string()),
|
||||
socks_proxy: None,
|
||||
socks_version: None,
|
||||
socks_username: None,
|
||||
|
|
Loading…
Add table
Reference in a new issue