mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
Add vnc port to readme
This commit is contained in:
parent
b3d43f8d21
commit
40ab5a31ee
1 changed files with 1 additions and 1 deletions
|
@ -65,6 +65,6 @@ When you log into your Proxstar instance, it should auto-create the pool. If for
|
|||
|
||||
If you're trying to run this all on a VM without a graphical web browser, you can forward traffic to your computer using SSH.
|
||||
```
|
||||
ssh example@dev-server.csh.rit.edu -L 8000:localhost:8000
|
||||
ssh example@dev-server.csh.rit.edu -L 8000:localhost:8000 -L 8001:localhost:8001
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue