From 4d023df6927033eca258323860a23d7e67b59b7e Mon Sep 17 00:00:00 2001 From: Mohan_J <57227290+PMohanJ@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:48:36 +0530 Subject: [PATCH] update docs to explicitly differentiate between letter O and zero (#354) --- docs/getting-started/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/troubleshooting.md b/docs/getting-started/troubleshooting.md index 5557e4a8..3a6ac55a 100644 --- a/docs/getting-started/troubleshooting.md +++ b/docs/getting-started/troubleshooting.md @@ -94,7 +94,7 @@ services: + NEKO_IPFETCH: https://ifconfig.co/ip ``` -Or you can specify your IP address manually using `NEKO_NAT1TO1`: +Or you can specify your IP address manually using `NEKO_NAT1TO1`: (It's read as NAT 1 to 1, so it's capital letter 'O', not zero '0', in NAT1`TO`1) ```diff version: "3.4"