OS: Debian Bullseye (ARM64)
Tailscale ver.: 1.34.0
Hello,
I am testing the funnel function and I have got a problem removing a TLS over TCP handler.
$ sudo tailscale serve status
|-- tcp://my.tailnet.ts.net:443 (TLS over TCP, tailnet only)
|-- tcp://100.100.242.10:443
|-- tcp://[fd7a:115c:a1e0:ab:48:cd:626a:f20a]:443
|--> tcp://127.0.0.1:off
I am trying with:
$ sudo tailscale serve --remove / tcp://my.tailnet.ts.net:443
→
cannot remove web handler; currently serving TCP
$ sudo tailscale serve --remove / -- tcp://100.100.242.10:443
→
cannot remove web handler; currently serving TCP
sudo tailscale serve --remove tcp 443
→
error: serve config does not exist
sudo tailscale serve --remove tcp 80
(thats the original destination, where now appears “off
”)
→
error: serve config does not exist
Any help, please?
Thanks!!