mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-04-05 13:09:06 +08:00
rpcserver: Add rpcserver daemon (#62)
Add rpc-project rpcserver_ios LaunchDaemon to CFW install, update cfw_input.tar.zst with the plist, and add iproxy 5910 + rpcclient to README. Co-authored-by: zqxwce <yyyyyy6yyyyyy6@gmail.com>
This commit is contained in:
@@ -140,11 +140,13 @@ In a separate terminal, start iproxy tunnels:
|
||||
```bash
|
||||
iproxy 22222 22222 # SSH
|
||||
iproxy 5901 5901 # VNC
|
||||
iproxy 5910 5910 # RPC
|
||||
```
|
||||
|
||||
Connect via:
|
||||
- **SSH:** `ssh -p 22222 root@127.0.0.1` (password: `alpine`)
|
||||
- **VNC:** `vnc://127.0.0.1:5901`
|
||||
- [**RPC:**](http://github.com/doronz88/rpc-project) `rpcclient -p 5910 127.0.0.1`
|
||||
|
||||
## All Make Targets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user