- commit
- 4914642
- parent
- 8ed9dfc
- author
- Eric Bower
- date
- 2024-03-12 18:28:18 +0000 UTC
docs(pgs): use port `1337` as canonical port for web tunnels
1 files changed,
+2,
-2
+2,
-2
1@@ -105,9 +105,9 @@
2 With SSH tunnels we support private sites with an access control list API. Try it out:
3 </p>
4
5- <pre>ssh -L 5000:localhost:80 -N hey-tunnels@pgs.sh</pre>
6+ <pre>ssh -L 1337:localhost:80 -N pico-ui@pgs.sh</pre>
7
8- <p>Then go to <a href="http://localhost:5000">localhost:5000</a></p>
9+ <p>Then go to <a href="http://localhost:1337">localhost:1337</a></p>
10 </div>
11
12 <div>