http://unstoppable.com/
https://whois.domaintools.com/unstoppable.com
https://reverseip.domaintools.com/search/?q=unstoppable.com
1–10 of 69 posts
http://unstoppable.com/
https://whois.domaintools.com/unstoppable.com
https://reverseip.domaintools.com/search/?q=unstoppable.com
https://www.gov.uk/guidance/protect-domains-that-dont-send-e...
If I were you I would configure my web server so that it will only accept HTTP connections for hostnames that are your own. If you had done that then the buyer would probably never have found you.
A few years ago I had a server on DigitalOcean and stopped using it. I forgot to remove the A record for it on a sub-domain connected to my main site and suddenly a sub-domain on my main site was serving ~400,000 pirated PDFs because the old server's IP address was in control by someone else.
I wrote about it here: https://nickjanetakis.com/blog/a-recycled-ip-address-caused-...
And it was discussed on HN back then: https://news.ycombinator.com/item?id=17020944
Then another DNS related issue happened 6 months ago where someone thought I owned a domain they used to have: https://nickjanetakis.com/blog/at-first-i-thought-someone-wa...
In this 2nd case someone else forgot to update an old domain redirect and I ended up being the recipient.
So how did the prospective buyer even find your e-mail address...? If I were you I would configure my web server so that it will only accept HTTP connections for hostnames that are your own. If you had done that then the buyer would probably never have found you.
Don't allow the requests from non hosted domains on your server.
You don't control the DNS' you can't rely on people to updated them.
So how did the prospective buyer even find your e-mail address...? If I were you I would configure my web server so that it will only accept HTTP connections for hostnames that are your own. If you had done that then the buyer would probably never have found you.
And yeah I should have had server_name in my nginx config in the first place. This time I did some fun with multiple roots/domains on one server: one for unstoppable.com and the other for my actual website.
I don't see why you should care. Don't allow the requests from non hosted domains on your server. You don't control the DNS' you can't rely on people to updated them.