Does meteor supports redirecting domains to routes or masking routes with domains?

If I have a route like

xyz.com/list/myusername

is there any package ( node/meteor ) that will help me to redirect

myusername.com to xyz.com/list/myusername ( Or mask the latter )

Cheers