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:
zqxwce
2026-03-03 02:47:19 +08:00
committed by Lakr
parent b6d67221ff
commit 6e3ecc6879
3 changed files with 4 additions and 2 deletions

View File

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