Added MX records

This commit is contained in:
Dhananjay Balan 2018-03-08 19:30:22 +01:00
parent bcc6dc9364
commit 664f285881

View File

@ -15,4 +15,18 @@ to find their site.
![kuhs-search](/images/kuhs-search.png)
So I decided to donate one. So here it is [__http://kuhs.space__](http://kuhs.space), (well, http because who has time for TLS.)
So I decided to donate one. So here it is [__http://kuhs.space__](http://kuhs.space), (well, http because who has time for TLS, also I don't want people to give false hope of security)
I have notified them about this, Their email is on kuhs.ac.in and `MX` seems to point to a google apps
domain, hope their email actually works.
```
;; ANSWER SECTION:
kuhs.ac.in. 3500 IN MX 1 ASPMX.L.GOOGLE.COM.
kuhs.ac.in. 3500 IN MX 5 ALT1.ASPMX.L.GOOGLE.COM.
kuhs.ac.in. 3500 IN MX 5 ALT2.ASPMX.L.GOOGLE.COM.
kuhs.ac.in. 3500 IN MX 10 ASPMX2.GOOGLEMAIL.COM.
kuhs.ac.in. 3500 IN MX 10 ASPMX3.GOOGLEMAIL.COM.
```