typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.97k stars 426 forks source link

Add support for proxying to server address #348

Closed jeansaad closed 4 years ago

jeansaad commented 4 years ago

This is a simple feature to add support for proxying to the server address being specified. Currently this is only being restricted in the proxy.pac to just 127.0.0.1 and there is no real reason why it can't be substituted dynamically via the request host.

I test inside VMs and this is beneficial to be able to just point the local VM to the proxy on the host without manually creating a modified copy.

jeansaad commented 4 years ago

@typicode Any chance you could take a look at this for consideration?