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
This commit is contained in:
Casper Ngo-yat ONG
2026-03-15 22:04:02 +08:00
committed by GitHub
parent 5484151149
commit 80e1d686ac
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -196,7 +196,7 @@ make boot
別のターミナルで iproxy トンネルを開始します:
```bash
iproxy 22222 22222 # SSHdropbear
iproxy 2222 22222 # SSHdropbear
iproxy 2222 22 # SSH脱獄版Sileo で openssh-server を入れた場合)
iproxy 5901 5901 # VNC
iproxy 5910 5910 # RPC

View File

@@ -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

View File

@@ -196,7 +196,7 @@ make boot
在另一个终端中启动 iproxy 隧道:
```bash
iproxy 22222 22222 # SSHdropbear
iproxy 2222 22222 # SSHdropbear
iproxy 2222 22 # SSH越狱版在 Sileo 中安装 openssh-server 后)
iproxy 5901 5901 # VNC
iproxy 5910 5910 # RPC