function dns {
	description="Domain Name System"
	use="udp"
	port=${port:-53}
	do_service $FUNCNAME $@
}
