Skip to content

Commit

Permalink
fix: fixed error in param name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil Anguralla committed Nov 9, 2019
1 parent d63927b commit bf41fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serveo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Forwarding HTTP traffic from https://myfancyalias.serveo.net

`server` - in case you are using Your own serveo instance, put it's hostname here

`port` - in case your custom serveo instance is running on port other than default ssh port (i.e. 22), put it here
`ssh_port` - in case your custom serveo instance is running on port other than default ssh port (i.e. 22), put it here

`port1from` - local hassio port to forward from, default `8123` forwards frontend service

Expand All @@ -65,7 +65,7 @@ Forwarding HTTP traffic from https://myfancyalias.serveo.net
{
"alias": "myfancysubdomain",
"server": "serveo.net",
"port": 22,
"ssh_port": 22,
"port1from": 8123,
"port1to": 80,
"port2from": 0,
Expand Down

0 comments on commit bf41fed

Please sign in to comment.