Skip to content

Commit 5bf90e8

Browse files
committed
Update tuns documentation
1 parent aa84b8d commit 5bf90e8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

posts/tuns.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,15 @@ Once set up, you can then create tunnels via your custom domain like this:
127127
ssh -R customdomain.example.com:80:localhost:8000 tuns.sh
128128
```
129129

130+
> NOTICE: Make sure to select the correct (closest) tuns instance. You can find the instance
131+
> you're connected to from the connection output from tuns:
132+
> "You are connected to tuns.sh. The following tunnels are only accessible on this instance."
133+
> In this case, my CNAME would use tuns.sh
134+
>
135+
> You may want to pre-select the region you connect to. Try pinging ash.tuns.sh or nue.tuns.sh
136+
> to find the instance closest to you (lowest latency), and use that for both your SSH connection
137+
> and CNAME.
138+
130139
# tunmgr
131140

132141
A tunnel manager for docker services.

0 commit comments

Comments
 (0)