From f949689b4d56daa9988c821e2f0e1b470cfc7275 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Wed, 23 Jul 2025 02:07:08 -0400 Subject: Update help info --- cmd/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/server.go') diff --git a/cmd/server.go b/cmd/server.go index 6182221..45fe197 100644 --- a/cmd/server.go +++ b/cmd/server.go @@ -22,7 +22,7 @@ type ServerFlags struct { } func SetupServerFlags(args []string, fs *flag.FlagSet, flags *ServerFlags) { - fs.StringVar(&flags.Address, "address", "", "the address to listen on, prefix with 'unix:' to create a unixsocket") + fs.StringVar(&flags.Address, "address", "127.0.0.1", "the address to listen on, prefix with 'unix:' to create a unixsocket") fs.IntVar(&flags.Port, "port", 8080, "the port to bind to") fs.Parse(args) -- cgit v1.2.3