typicode / hotel

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

Multiple TLDs #317

Open shreyasminocha opened 6 years ago

shreyasminocha commented 6 years ago

I would like to use .test but that's obviously not appropriate for all servers I run. Could I use both example.test and example.localhost? Perhaps I would set it up as:

{
  "port": 2000,
  "host": "127.0.0.1",
  "timeout": 5000,
  "tld": ["localhost", "test"]
}