Skip to content

Commit

Permalink
Bind on INADDR6_ANY instead of INADDR6_LOOPBACK
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenSoeters committed Mar 18, 2023
1 parent df5270d commit af24aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auraed/src/init/system_runtimes/pid1_system_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use tonic::async_trait;
use tracing::{error, info, trace};

const POWER_BUTTON_DEVICE: &str = "/dev/input/event0";
const DEFAULT_NETWORK_SOCKET_ADDR: &str = "[::1]:8080";
const DEFAULT_NETWORK_SOCKET_ADDR: &str = "[::]:8080";

pub(crate) struct Pid1SystemRuntime;

Expand Down

0 comments on commit af24aa9

Please sign in to comment.