From 80e1d686acff703a26688c4fc384f97ad496717f Mon Sep 17 00:00:00 2001 From: Casper Ngo-yat ONG Date: Sun, 15 Mar 2026 22:04:02 +0800 Subject: [PATCH] Fix iproxy port number mapping typo in all languages docs (#214) * Fix iproxy port number for SSH connection * Fix iproxy port number in README_zh.md * Fix iproxy port number in Japanese README * Fix iproxy port number in README_ko.md --- README.md | 2 +- docs/README_ja.md | 2 +- docs/README_ko.md | 2 +- docs/README_zh.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e301d22..34f3346 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ make boot In a separate terminal, start iproxy tunnels: ```bash -iproxy 22222 22222 # SSH (dropbear) +iproxy 2222 22222 # SSH (dropbear) iproxy 2222 22 # SSH (JB: if you install openssh-server from Sileo) iproxy 5901 5901 # VNC iproxy 5910 5910 # RPC diff --git a/docs/README_ja.md b/docs/README_ja.md index 884e7de..4981aad 100644 --- a/docs/README_ja.md +++ b/docs/README_ja.md @@ -196,7 +196,7 @@ make boot 別のターミナルで iproxy トンネルを開始します: ```bash -iproxy 22222 22222 # SSH(dropbear) +iproxy 2222 22222 # SSH(dropbear) iproxy 2222 22 # SSH(脱獄版:Sileo で openssh-server を入れた場合) iproxy 5901 5901 # VNC iproxy 5910 5910 # RPC diff --git a/docs/README_ko.md b/docs/README_ko.md index 528cef2..ce2f203 100644 --- a/docs/README_ko.md +++ b/docs/README_ko.md @@ -196,7 +196,7 @@ make boot 별도의 터미널에서 iproxy 터널을 시작합니다: ```bash -iproxy 22222 22222 # SSH (dropbear) +iproxy 2222 22222 # SSH (dropbear) iproxy 2222 22 # SSH (탈옥: Sileo에서 openssh-server를 설치한 경우) iproxy 5901 5901 # VNC iproxy 5910 5910 # RPC diff --git a/docs/README_zh.md b/docs/README_zh.md index 4618890..86b2924 100644 --- a/docs/README_zh.md +++ b/docs/README_zh.md @@ -196,7 +196,7 @@ make boot 在另一个终端中启动 iproxy 隧道: ```bash -iproxy 22222 22222 # SSH(dropbear) +iproxy 2222 22222 # SSH(dropbear) iproxy 2222 22 # SSH(越狱版:在 Sileo 中安装 openssh-server 后) iproxy 5901 5901 # VNC iproxy 5910 5910 # RPC