typo fix
This commit is contained in:
parent
8127b63c06
commit
8639674f10
|
@ -8,7 +8,7 @@ cactus-tunnel server
|
||||||
## Client
|
## Client
|
||||||
Run the command
|
Run the command
|
||||||
```
|
```
|
||||||
cactus-tunnel client -v ws://[TUNNEL_SERVER]:[TUNNEL_SERVER_PORT] [HOST_SERVER]:[HOST_SERVER_PORT] -h [CLIENT_TARGET] -P [CLIENT_TARGET_PORT]
|
cactus-tunnel client -v ws://[TUNNEL_SERVER]:[TUNNEL_SERVER_PORT] [HOST_SERVER]:[HOST_SERVER_PORT] -h [CLIENT_TARGET] -p [CLIENT_TARGET_PORT]
|
||||||
```
|
```
|
||||||
### Explanation
|
### Explanation
|
||||||
- `ws://[TUNNEL_SERVER]:[TUNNEL_SERVER_PORT]` - The tunnel server itself
|
- `ws://[TUNNEL_SERVER]:[TUNNEL_SERVER_PORT]` - The tunnel server itself
|
||||||
|
|
Loading…
Reference in New Issue