From 95b88f6cb4a6ea05aa98b035e5508666945fe302 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 20 Dec 2023 13:32:24 -0600 Subject: [PATCH] update post --- content/posts/tailscale-ssh-serve-funnel/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/tailscale-ssh-serve-funnel/index.md b/content/posts/tailscale-ssh-serve-funnel/index.md index 76a2bec..0ba7aa9 100644 --- a/content/posts/tailscale-ssh-serve-funnel/index.md +++ b/content/posts/tailscale-ssh-serve-funnel/index.md @@ -183,7 +183,7 @@ To disable the proxy, run: tailscale serve --https=443 off This time, I included the `--bg` flag so that the server would run in the background, and I told it to proxy port `9090` instead of a file path. -But what if I want to proxy *another* service (like [netdata](https://www.netdata.cloud/), which runs on `http://localhost:19999`) at the same time? I can either proxy it on another port, like `8443`: +But what if I want to proxy *another* service (like [netdata](https://github.com/netdata/netdata), which runs on `http://localhost:19999`) at the same time? I can either proxy it on another port, like `8443`: ```shell sudo tailscale serve --bg --https 8443 19999 # [tl! .cmd] Available within your tailnet: # [tl! .nocopy:9]