最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

When trying to use `tailscale serve` getting "error: failed apply web serve: only localhost or 127.0.0.1 proxies are cu

programmeradmin1浏览0评论

I'm following the Tailscale Funnel quick guide for how to serve a website using tailscale.

When running the following command, I get an error:

$ tailscale funnel index.html
error: failed apply web serve: only localhost or 127.0.0.1 proxies are currently supported

try `tailscale funnel --help` for usage info

I don't understand the error message. I previously enabled serve/funnel for my network as instructed by the CLI on a Tailscale website.

I'm following the Tailscale Funnel quick guide for how to serve a website using tailscale.

When running the following command, I get an error:

$ tailscale funnel index.html
error: failed apply web serve: only localhost or 127.0.0.1 proxies are currently supported

try `tailscale funnel --help` for usage info

I don't understand the error message. I previously enabled serve/funnel for my network as instructed by the CLI on a Tailscale website.

Share Improve this question asked Feb 7 at 11:31 Cornelius RoemerCornelius Roemer 7,9493 gold badges52 silver badges100 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

The error message is misleading. It should say that one needs to provide absolute paths to tailscale funnel/tailscale serve, not a relative path as I did.

This works:

tailscale funnel $(pwd)/index.html

You can +1 the Github issue here: https://github.com/tailscale/tailscale/issues/10213

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论