summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sync.ha2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.ha b/sync.ha
index e0ecca5..10ae57d 100644
--- a/sync.ha
+++ b/sync.ha
@@ -105,7 +105,7 @@ fn nextfreefd(fds: []poll::pollfd) (size | nofreefd) = {
};
export fn main() void = {
- let addr = ip::parse("127.0.0.1")!;
+ let addr = ip::parse("0.0.0.0")!;
let sock = tcp::listen(addr, 6789u16)!;
defer net::close(sock)!;