Wildcards DNS CName is that possible?

Discussion in 'General' started by Raistware, Feb 2, 2015.

  1. Raistware

    Raistware New Member

    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.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Add a new cname record:

    Hostname: *
    target hostname: domain.com.
     

Share This Page