commit e5003cc

uint  ·  2026-01-26 22:19:55 +0000 UTC
parent fcfda12
use local ip for saftey
1 files changed,  +1, -1
+1, -1
1@@ -4,7 +4,7 @@
2 #include <stdbool.h>
3 
4 static const char*  media_dir     = "/path/to/media";
5-static const char*  server_addr   = "0.0.0.0";
6+static const char*  server_addr   = "127.0.0.1";
7 static const int    server_port   = 8088;
8 static const bool   verbose_log   = true;
9 static const char*  cors_origin   = "";