We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26d95f commit 7c548ccCopy full SHA for 7c548cc
src/main.rs
@@ -19,7 +19,7 @@ fn main() {
19
.build();
20
} else if options.ipv6 {
21
client = reqwest::blocking::Client::builder()
22
- .local_address("::1".parse::<IpAddr>().unwrap())
+ .local_address("::".parse::<IpAddr>().unwrap())
23
24
} else {
25
client = reqwest::blocking::Client::builder().build();
0 commit comments