Listen on INADDR_ANY by default

This commit is contained in:
Sergey Lyubka 2022-01-22 17:03:27 +00:00
parent 1b82aa02aa
commit f6cebf6956

View File

@ -6,7 +6,7 @@
static const char *s_debug_level = "2";
static const char *s_root_dir = NULL;
static const char *s_listening_address = "http://localhost:8000";
static const char *s_listening_address = "http://0.0.0.0:8000";
static const char *s_enable_hexdump = "no";
static const char *s_ssi_pattern = "#.html";