将所有子域请求隧道传输到本地计算机

时间:2020-05-11 11:44:53

标签: networking tunnel tunneling http-tunneling pagekite

我正在使用Pagekite将所有请求从云服务器传输到本地计算机。我的设置是在安装Pagekite的地方安装了具有公共IP的Linode云服务器。

我正在本地计算机上运行它(并且可以运行, 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的经验,并且知道如何解决此问题吗?

0 个答案:

没有答案
相关问题