Stop a TCP Funnel

I have setup tailscale funnel for port 443. However, I want to remove everything for 443. How can I remove that? I was able to get it to be tailnet only with the following command:

tailscale serve --serve-port 443 funnel off

Right now I have this:

|-- tcp://REDACTED.ts.net:443 (TLS over TCP, tailnet only)
|-- tcp://REDACTED:443
|-- tcp://[REDACTEDIIPV6]:443
|--> tcp://127.0.0.1:443
|-- tcp://REDACTED.ts.net:8443 (TLS over TCP, Funnel on)
|-- tcp://REDACTED:8443
|-- tcp://[REDACTED IPV6]:8443
|--> tcp://127.0.0.1:8080

And I want it to be like this (I just can’t figure out the command to remove 443):

|-- tcp://REDACTED.ts.net:8443 (TLS over TCP, Funnel on)
|-- tcp://REDACTED:8443
|-- tcp://[REDACTED IPV6]:8443
|--> tcp://127.0.0.1:8080

Thanks!

I just did this for a different port. The command I ran was:

tailscale.exe serve --remove / proxy 8090

So would try to run:

tailscale.exe serve --remove --server-port 443

Honestly not sure if that will work or not, but worth a try.

Unfortunately that didn’t work. I got:

flag provided but not defined: -server-port

Sorry, that should have been 2 dashes, so --server-port

I tried with and without two dashes and it unfortunately didn’t make a difference.

Sorry, I got nothing then. I would reach out to support. They have been super responsive when I have emailed in the past.

one last thing, for some reason when you quoted my msg, is shows serve-remove instead of serve --remove (again, double dashes).

There should be a space between tailscale and serve. A space between serve and --remove, and also a space between --server-port and 443.

If that doesn’t work, then I would still reach out to support.

I think I used the quote function wrong. I did do it like you suggested and still no luck :frowning:
Thanks for your help. I’ll reach out to support.