ive harnessed the harness
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

change to bind to 0.0.0.0

dawn f7250e69 58076541

+1 -1
+1 -1
klbr-daemon/src/daemon.rs
··· 10 10 use klbr_ipc::{ClientMsg, HistoryEntry as IpcHistoryEntry, ServerMsg}; 11 11 12 12 const HISTORY_PAGE: usize = 50; 13 - const WS_BIND_ADDR: &str = "127.0.0.1:8765"; 13 + const WS_BIND_ADDR: &str = "0.0.0.0:8765"; 14 14 15 15 type WsSink = futures::stream::SplitSink<WebSocketStream<TcpStream>, Message>; 16 16 type WsSource = futures::stream::SplitStream<WebSocketStream<TcpStream>>;