From d867f5a8a0d446996ed05eb4a9d82fb06cddd9fd Mon Sep 17 00:00:00 2001 From: David K Date: Sun, 19 Feb 2023 18:32:57 -0500 Subject: [PATCH] slight changes pt1 (of 2, i hope) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9dd4cfc..d2f7b13 100644 --- a/index.js +++ b/index.js @@ -60,6 +60,6 @@ var tempInterval = setInterval(()=>{ }); send(response); }); - console.log("If everything has loaded, use the ip: \""+ip+"\" as the dns server ip to get free pdanet/foxfi.") + console.log("If everything has loaded any you have accepted the windows prompt, use the ip: \""+ip+"\" as the dns server to start tinkering.") } },10)