aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-14 19:33:02 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-14 19:33:26 +0200
commit202191e01e7093a5743d56193e553723ed9b396e (patch)
tree4b991bd594d7d8e88a902264775a9db01b9bfa5c
parentda6d36c96e6cbed5e5e6b269ebc832b30d36c9e7 (diff)
downloadhurrycurry-202191e01e7093a5743d56193e553723ed9b396e.tar
hurrycurry-202191e01e7093a5743d56193e553723ed9b396e.tar.bz2
hurrycurry-202191e01e7093a5743d56193e553723ed9b396e.tar.zst
Bind editor to ip6
-rw-r--r--server/editor/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/editor/src/main.rs b/server/editor/src/main.rs
index f6fcd9af..dc9c6735 100644
--- a/server/editor/src/main.rs
+++ b/server/editor/src/main.rs
@@ -28,7 +28,7 @@ struct Args {
/// Print version, then exit
#[arg(short, long)]
version: bool,
- #[arg(short, long, default_value = "127.0.0.1")]
+ #[arg(short, long, default_value = "::1")]
bind_addr: String,
#[arg(short, long, default_value = "27035")]
port: u16,