mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-09-05 09:04:27 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user