File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,15 @@ Once set up, you can then create tunnels via your custom domain like this:
127
127
ssh -R customdomain.example.com:80:localhost:8000 tuns.sh
128
128
```
129
129
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
+
130
139
# tunmgr
131
140
132
141
A tunnel manager for docker services.
You can’t perform that action at this time.
0 commit comments