| ▲ | p2hari 4 hours ago |
| Nice idea. To test I ran a simple nextjs on port 3000. Added the service via the dashboard.
However, when I visit the url, (using chrome latest version), https://{mygivenname}.numa/ I hit a DNS resolution fail error.
If I do not use a trailing '/' then it is going to google search for {mygivenname}.numa and shows me some search results. Should I open an issue? |
|
| ▲ | rdme 4 hours ago | parent [-] |
| Is it possible you didn't start it as root ( sudo numa install)?
Does dig {mygivenname}.numa @127.0.0.1 return 127.0.0.1 ?
What OS are you on?
Maybe you report it as an issue? |
| |
| ▲ | p2hari 4 hours ago | parent [-] | | Thanks for quick response. It started to work. I think it must be some caching issue. But it needs a trailing '/' . Maybe will raise the issue for this. Cool. | | |
| ▲ | arcaen 3 hours ago | parent [-] | | I believe that is actually browser specific behavior. I sometimes use a fake TLD for stuff hosted at home, and both chrome and firefox resort to search if I don't include a trailing '/'. My assumption is the browser does a quick match against known TLDs and if it doesn't match then it resorts to search. | | |
| ▲ | rdme 3 hours ago | parent [-] | | exactly, I'll add a pr soon that tells the os (and browsers) that is'a a valid domain |
|
|
|