listen everybody

This commit is contained in:
Yann Esposito 2015-03-23 17:38:01 +01:00
parent 0f6cea8409
commit 9ab2b1264d

View file

@ -5,7 +5,7 @@
; Listen on the local interface over TCP (5555), UDP (5555), and websockets
; (5556)
(let [host "127.0.0.1"]
(let [host "0.0.0.0"]
(tcp-server {:host host})
(udp-server {:host host})
(ws-server {:host host}))