Skip to content

Commit 9267b61

Browse files
committed
add https tunnel docs
1 parent 02065d7 commit 9267b61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ sudo iptables -F
1515
sudo iptables -L
1616
# check
1717
ss -tuln | grep 1080
18+
19+
# https tunnel
20+
# MUST have *: before, important
21+
# 1082 is tunnel only port, doesnt need to be opened on host
22+
ssh -R *:1082:localhost:3000 amd1c
23+
https://preview.amd1.nemanjamitic.com
1824
```
1925

2026
### Sitemap, RSS and Json feed links

0 commit comments

Comments
 (0)