I am using Pagekite to tunnel all request from my cloud server to my local machine. My setup is I have this Linode cloud server with Public IP where I installed Pagekite.
I am running this from my localmachine (and works, where yourdomain.com points to the cloud server IP):
./pagekite.py --clean --frontend=any-subdomain.yourdomain.com:80
--service_on=http:any-subdomain.yourdomain.com:localhost:8080:examplepassword2
However I am not able to "tell" the front-end sever to just forward everything to my local machine like this:
./pagekite.py --clean --frontend=*.yourdomain.com:80
--service_on=http:*.yourdomain.com:localhost:8080:examplepassword2
As it throws
>>> 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...
Anyone have experience with Pagekite and knows how to work-around this?