Hello, I need to create a DNS record like this: Name: * Type: CNAME Destination: domain.com So all requests from *.domain.com will be redirected blindly to domain.com. I would also need that all requests from *.*.domain.com will be redirected also to same domain. How can I achieve this with DNS module installed on ISPConfig? Thank you.