我正在使用Pagekite将所有请求从我的云服务器传送到我的本地机器。我的设置是我有这个带有公共 IP 的 Linode 云服务器,我在其中安装了 Pagekite。
我从我的本地机器运行它(并且工作,yourdomain.com指向云服务器 IP):
./pagekite.py --clean --frontend=any-subdomain.yourdomain.com:80
--service_on=http:any-subdomain.yourdomain.com:localhost:8080:examplepassword2
但是,我无法“告诉”前端服务器将所有内容转发到我的本地机器,如下所示:
./pagekite.py --clean --frontend=*.yourdomain.com:80
--service_on=http:*.yourdomain.com:localhost:8080:examplepassword2
当它抛出
>>> Hello! This is pagekite.py v1.0.1.200424. [CTRL+C = Stop]
It looks like your Internet connection might be down! Will retry soon.
- Check whether you can ping pagekite.net or google.com
- Check whether `*.yourdomain.com` can be looked up in DNS
<< pagekite.py [down] No kites ready to fly. Waiting...
任何人都有使用 Pagekite 的经验并且知道如何解决这个问题?