Commit 4015d0f273a552ab054e6d460f8f2c6548e5a994
1 parent
9461723a
Exists in
master
and in
90 other branches
Updated port forward message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
server
| ... | ... | @@ -20,7 +20,7 @@ cleanup() { |
| 20 | 20 | sudo pkill -9 redir |
| 21 | 21 | } |
| 22 | 22 | |
| 23 | -echo "Forwarding ports 80 and 443" | |
| 23 | +echo "Forwarding ports 22, 80 and 443" | |
| 24 | 24 | echo "Hit ctrl-c to stop" |
| 25 | 25 | echo "Browse to: https://softwarepublico.dev/" |
| 26 | 26 | echo "Browse to: https://listas.softwarepublico.dev/" | ... | ... |