Skip to content

Commit

Permalink
add https tunnel docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Sep 2, 2024
1 parent 02065d7 commit 9267b61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ sudo iptables -F
sudo iptables -L
# check
ss -tuln | grep 1080

# https tunnel
# MUST have *: before, important
# 1082 is tunnel only port, doesnt need to be opened on host
ssh -R *:1082:localhost:3000 amd1c
https://preview.amd1.nemanjamitic.com
```

### Sitemap, RSS and Json feed links
Expand Down

0 comments on commit 9267b61

Please sign in to comment.