fukamachi / clack

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

Add ability to specify listening address #160

Closed turtle-bazon closed 5 years ago

turtle-bazon commented 5 years ago

Also default address set to 127.0.0.1 for better security

jackcarrozzo commented 5 years ago

I like the listening addr part; slight preference for 0.0.0.0 over 127.0.0.1 as default but not worth arguing about.

fukamachi commented 5 years ago

Thanks!

turtle-bazon commented 5 years ago

You too. :)