Open shreyasminocha opened 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:
.test
example.test
example.localhost
{ "port": 2000, "host": "127.0.0.1", "timeout": 5000, "tld": ["localhost", "test"] }
I would like to use
.test
but that's obviously not appropriate for all servers I run. Could I use bothexample.test
andexample.localhost
? Perhaps I would set it up as: