From 4d284b7c5a8a9e5cb6a4650b2745ea03364003e7 Mon Sep 17 00:00:00 2001 From: vxclutch Date: Wed, 27 May 2026 19:09:59 -0400 Subject: [PATCH] save --- cmd/lash/main.go | 2 +- todo | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/lash/main.go b/cmd/lash/main.go index 75d4b02..1f994c6 100644 --- a/cmd/lash/main.go +++ b/cmd/lash/main.go @@ -24,7 +24,7 @@ func main() { errx.Log("Your token is \033[1;92m%s\033[0m", lash.Token) - errx.Log("starting server at http://127.0.0.1:1337") + errx.Log("starting server at http://0.0.0.0:1337") if err := http.ListenAndServe(":1337", srv); err != nil { errx.FatalPerror(err) } diff --git a/todo b/todo index 058ebe9..ee8d627 100644 --- a/todo +++ b/todo @@ -2,4 +2,6 @@ maint: clean up source code maint: comment source code maint: document more feat: improve flags + -p for port feat: replace uuid dep with custom id generator +feat: multiple files