From c38f636ed3bb26c84a1ddd32df7fefb3474c2a04 Mon Sep 17 00:00:00 2001 From: javalikescript Date: Sun, 7 Apr 2024 10:52:08 +0200 Subject: [PATCH] Restore localhost --- examples/webServer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webServer.lua b/examples/webServer.lua index c7b6222..b34b76d 100644 --- a/examples/webServer.lua +++ b/examples/webServer.lua @@ -29,7 +29,7 @@ local CONFIG_SCHEMA = { ['bind-address'] = { title = 'The binding address, use :: to bind on any', type = 'string', - default = '127.0.0.1' + default = 'localhost' }, port = { type = 'integer',