Update README.md

main
FPGALover 2023-10-21 22:11:58 +00:00
parent ef29acf193
commit 0662c37861
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ it can be used to small tunnel applications.
#### example of HTTPS website
```bash:
./tunnel -Lr <ip_forClient_2_connect_as_public>:<public_port> <private_ip_or_local_ip_to_expose>:<private_port>
./tunnel -Lr 31.220.09.177:8878 23.87.270.189:5001
./tunnel -Lr 31.220.9.177:8878 23.87.270.189:5001
```