From 2081da3207b004e21537cf079c8e7f583bc66d76 Mon Sep 17 00:00:00 2001 From: Juan M Gómez Date: Mon, 4 Mar 2024 08:58:06 +0000 Subject: makes nimsuggest listen on localhost by default (#23351) --- nimsuggest/nimsuggest.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimsuggest/nimsuggest.nim b/nimsuggest/nimsuggest.nim index e69731b27..e1bb0d5aa 100644 --- a/nimsuggest/nimsuggest.nim +++ b/nimsuggest/nimsuggest.nim @@ -92,7 +92,7 @@ type var gPort = 6000.Port - gAddress = "" + gAddress = "127.0.0.1" gMode: Mode gEmitEof: bool # whether we write '!EOF!' dummy lines gLogging = defined(logging) -- cgit 1.4.1-2-gfad0