Hacker News new | ask | show | jobs
by Aissen 1826 days ago
> Might I ask where you found a $16/year VPS, and whether you'd recommend the provider?

Here is how you can get the answer to this question yourself:

    $ dig <website-domain>
you'll get its IP(v4) address.

    $ whois <IPv4>
you'll see to whom this IP is registred via RIPE.

In this case, you can find that the AS it belongs to is also a host provider. They sell KVM hosts for $15.95 / month.

1 comments

Didn't know you can use whois on IP addresses and not just domains.