11 ms·
Where is this hosted?
by eclectric 5y ago
Where is this hosted?
- Gaelan 5y agoAWS us-east-1, it looks like: $ dig mx purelymail.com ;; ANSWER SECTION: purelymail.com. 86400 IN MX 50 mailserver.purelymail.com. $ dig mailserver.purelymail.com ;; ANSWER SECTION: mailserver.purelymail.com. 60 IN A 18.204.123.63 $ whois 18.204.123.63 OrgName: Amazon Technologies Inc. https://awsips.co https://awsips.co for the region information
- bigshell 5y agoFor some stupid reason I can't bare to see that done in 3 lines. whois $(dig +short A $(dig +short MX purelymail.com | head -n 1) | head -n 1)
- indigodaddy 5y agoI stopped using -n X for head/tail in favor of just -X (eg -1 or -10 or whatever). Save a few keystrokes, plus certain unixes (eg Solaris) only work with -X and don’t the support -n switch.
- neogodless 5y ago> bear
- sebmellen 5y agoFrom the website: > our infrastructure runs on the highly reliable AWS cloud,