I want to restrict my domain so that no one can do CNAME of my domain.
Suppose, I have my domain(example.com) and someone has another domain(xyz.com).
There is a game application running on example.com.
Nothing is running on xyz.com.
Someone has done CNAME of his domain(xyz.com) to my domain(example.com).Now the xyz.com is pointing to my game application.
How I can restrict people using my domain and I want to restrict it on
a) DNS level
b) Server level
Please help me to sort it out?