koding / tunnel

Tunnel proxy package in Go
BSD 3-Clause "New" or "Revised" License
314 stars 70 forks source link

Simple question #44

Closed yarikbratashchuk closed 6 years ago

yarikbratashchuk commented 6 years ago

Hello)

I have a problem. I need a request that goes to sub.example.com:8080 to hit localhost:3000. How should i config client for that? Seems like ClientConfig.LocalAddr:":3000" does not help.

It does work locally. but i try to run it on appengine and always get no client session established error.

Thanks a lot)

cihangir commented 6 years ago

Hi @yarikbratashchuk We haven't tested tunnel on appengine. In some cases appengine requires some additional work/configuration, you might be hitting that edge.

yarikbratashchuk commented 6 years ago

Hi @cihangir

Thanks for the answer.