jeansaad / chalet

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

Change default tld from '.localhost' to '.test' #13

Closed r-bt closed 2 years ago

r-bt commented 3 years ago

Hey,

First thanks for maintaining this fork, its great :) On hotel there's an issue about .localhost domains and Chrome https://github.com/typicode/hotel/issues/326. The gist is that Chrome bypasses the proxy for .localhost domains.

Just wondering if you'd accept a PR to change the default tld to '.test' so chalet can work out of the box with Chrome

jeansaad commented 3 years ago

First off, apologies for the late reply!

I personally prefer .test domain and use that locally so would definitely be open to making this the default. One of the reasons that I like to use this TLD is because it is one of the few protected ones and quite frankly, shorter than .localhost.

https://en.m.wikipedia.org/wiki/.test

Feel free to submit a PR for this!