fukamachi / clack

Web server abstraction layer for Common Lisp
MIT License
1.04k stars 86 forks source link

clackup always says listening on localhost #145

Open slyrus opened 7 years ago

slyrus commented 7 years ago

Even if we specify a different address in args. Perhaps we should do like why do with port and inspect the address arg and report what interface we're listening on.

jnc-nj commented 5 years ago

Just had this issue, specify :address as "0.0.0.0" and it should work. Check netstat -nap | grep to ensure.