33 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| layout: post
 | |
| title: "KUHS"
 | |
| date: 2018-03-08
 | |
| comments: true
 | |
| categories:
 | |
|   - kuhs
 | |
|   - dns
 | |
| ---
 | |
| 
 | |
| [Kerala University of Health Sciences](https://en.wikipedia.org/wiki/Kerala_University_of_Health_Sciences),
 | |
| a medical university that oversees 205 professional colleges in Kerala still hasn't
 | |
| figured out DNS. Everytime I have to use a search engine to get the IP address
 | |
| to find their site.
 | |
| 
 | |
| 
 | |
| 
 | |
| 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.
 | |
| 
 | |
| ```
 | 
