Closed pythonmobile closed 9 years ago
Just tried https port forwarding -- didnt work.
v2 code is in the v2 branch: https://github.com/progrium/localtunnel/tree/v2
The client is written in Python, although currently using gevent. It might be worth trying to make it work with fewer dependencies.
It doesn't support HTTPS, but it can pretty easily now.
Not sure what you mean by configurable, but v2 server is definitely more self contained and doesn't rely on sshd, so you could much more easily run it yourself.
That answer the questions? I should definitely put together an FAQ.
Yeah, so you mean use a custom domain? v2 has that as a functional requirement.
Do you think it will be implemented anytime soon? How can I help, if I wanted to?
Thanks.
On Mon, Jan 9, 2012 at 2:32 PM, Jeff Lindsay < reply@reply.github.com
wrote:
Yeah, so you mean use a custom domain? v2 has that as a functional requirement.
Reply to this email directly or view it on GitHub: https://github.com/progrium/localtunnel/issues/38#issuecomment-3418723
There's finally a new version in beta. Check the README, review the code. Let me know what you think!
Thanks
@progrium I see the python code, but do not see any https support anywhere. Perhaps you can point me to the code where its there? Also, where and how can one configure their own dns/web server?
Can you tell me more about your https needs? Also, what do you mean dns/web server?
I just need to port forward a https local server to a remote server with static IP. The DNS is important since someone who goes to https://mywebserver.mydomain.com is routed correctly to the machine thats forwarding the localtunnel to the main server.
Quick questions that I could not find the answer to:
Perhaps add a FAQ to the source code that can be read by everyone?