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 f04a967 commit f148666
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions auraed/src/hypervisor/mod.rs

This file was deleted.

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 f148666

Please sign in to comment.