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 635b9db commit f1a7e46Copy full SHA for f1a7e46
src/web/mod.rs
@@ -65,7 +65,7 @@ pub(crate) fn encode_url_path(path: &str) -> String {
65
utf8_percent_encode(path, PATH).to_string()
66
}
67
68
-const DEFAULT_BIND: SocketAddr = SocketAddr::new(IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1)), 8080);
+const DEFAULT_BIND: SocketAddr = SocketAddr::new(IpAddr::V4(Ipv4Addr::new(0, 0, 0, 0)), 3000);
69
70
#[derive(Debug)]
71
struct MatchVersion {
0 commit comments