Live data from Hacker News

I quit my job to make free web tools

nslookup.io

101–105 of 105 posts

Re: I quit my job to make free web tools

#101
post #97

Maybe this is a "who whould ever use dropbox" question? I'm curious what is the use case for something like nslookup.io since I can more conveniently get the same info from the CLI? In any case congratulations for finding a use case!

> conveniently

For many people it's more convenient to do DNS lookups on nslookup.io than googling the syntax and order of dig arguments, opening a terminal and entering it themselves. Plus, it can be convenient to get an overview of the popular record types, instead of doing 7 dig queries yourself.

> the same info

Nslookup.io provides more info than dig/nslookup CLIs: info about the A/AAAA IPs, logos for hosting providers, parsing DNS records, and more to come ;)

> In any case congratulations for finding a use case!

Thank you!

Re: I quit my job to make free web tools

#102
post #99
post #96

Earlier quoted context omitted.

As a side-note, as soon as I added some DNS A records pointing to a testing server, it started getting spammed by bots trying to hack into the server (accessing all sorts of random paths that might be exposed, like .env or common PHP files). Not sure what the solution to this is, apart from not adding DNS records for testing servers, maybe only allow access to the server from specific IPs? But that makes testing hard…

I'd be surprised if it was caused by adding the DNS record, and not for example you visiting the test site. In any case, sooner or later those attacks will come, so omitting a DNS A record won't cure it.

How would me visiting the site ping the bots about its existence?

Re: I quit my job to make free web tools

#104
post #5

I hope that you make more than your salary, how did you attract users to website? Its very hard to get users to visit your site. I have posted my site ( https://text2db.com/ ) on hackernews, product hunt and reddit for getting reviews but got very few views (guess the idea is bad?), please do recommend me tips on how to increase traffic for site. Thanks.

I’ll bite.

Your opening paragraph is full of bad grammar and punctuation errors, which will instantly turn many people off.

> Reduce your time to create database , write down your database name,tables and foreign key in simple text with pre defined symbols and convert it into database script. paste that script in your development environment

Re: I quit my job to make free web tools

#105
post #5

I hope that you make more than your salary, how did you attract users to website? Its very hard to get users to visit your site. I have posted my site ( https://text2db.com/ ) on hackernews, product hunt and reddit for getting reviews but got very few views (guess the idea is bad?), please do recommend me tips on how to increase traffic for site. Thanks.

I’ll bite. Your opening paragraph is full of bad grammar and punctuation errors, which will instantly turn many people off. > Reduce your time to create database , write down your database name,tables and foreign key in simple text with pre defined symbols and convert it into database script. paste that script in your development environment

Thanks, I like that bite :) .

I have re-written and corrected the text. Please check now? .

Post reply on HN