From 0030d8b69248060a0b1b5b849bcc867ea6a346f2 Mon Sep 17 00:00:00 2001 From: BPplays Date: Wed, 31 Jul 2024 01:16:06 -0700 Subject: [PATCH] fixed formatting error --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index a2f0c0764..13d91cfdf 100644 --- a/server.js +++ b/server.js @@ -625,7 +625,7 @@ const postSetupTasks = async function () { console.log(color.green('SillyTavern is listening on ipv6: ' + tavernUrlV6 + " ipv4: " + tavernUrl)); if (listen) { - console.log('\n :: or 0.0.0.0 means SillyTavern is listening on all network interfaces (Wi-Fi, LAN, localhost). If you want to limit it only to internal localhost (::1 or 127.0.0.1), change the setting in config.yaml to "listen: false". Check "access.log" file in the SillyTavern directory if you want to inspect incoming connections.\n'); + console.log('\n:: or 0.0.0.0 means SillyTavern is listening on all network interfaces (Wi-Fi, LAN, localhost). If you want to limit it only to internal localhost (::1 or 127.0.0.1), change the setting in config.yaml to "listen: false". Check "access.log" file in the SillyTavern directory if you want to inspect incoming connections.\n'); } if (basicAuthMode) {