diff options
-rw-r--r-- | server/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main.rs b/server/src/main.rs index 65c0e89a..2d5ba390 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -53,7 +53,7 @@ pub(crate) struct Args { #[arg(short, long)] data_dir: Option<PathBuf>, /// Set the address on which the server should listen - #[arg(short, long, default_value = "0.0.0.0:27032")] + #[arg(short, long, default_value = "[::]:27032")] listen: SocketAddr, /// Enables submissions to the public server registry #[arg(long)] |