use ip for binding

This commit is contained in:
Joakim Repomaa
2025-02-10 03:24:28 +02:00
parent fa252d1334
commit 1e3abcaeb2

View File

@@ -8,6 +8,7 @@ let
settings = { settings = {
port = cfg.port; port = cfg.port;
host = "::1";
max_size = 1 * GiB; max_size = 1 * GiB;
default_extension = "txt"; default_extension = "txt";
data_dir = "/var/lib/hastebin"; data_dir = "/var/lib/hastebin";