• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

dns question.

atomiser

Gawd
Joined
Jun 12, 2004
Messages
619
say you have a website at www.example.com, which is also accessible via just example.com. i'm assuming this is achieved via dns, but i don't know what the record is called that you would create? i assume it's essentially an a record, but more of a wildcard default for the domain? if i was creating this on a windows dns server, please could someone enlighten me as to the correct terminology here. thanks in advance.
 
Without knowing more about what you are trying to accomplish, you'd set up the www host of example.com to be a cname to example.com.
 
Without knowing more about what you are trying to accomplish, you'd set up the www host of example.com to be a cname to example.com.

This is how most DNS providers set up your domain.

For instance my domains from GoDaddy are setup so that

@=example.com points to 1.2.3.4
www points to @
mail points to @
ftp points to @
 
So if I were configuring a Windows DNS Server and I had a zone called example.com, what record within the zone do I need to create to point it at 1.2.3.4 such that I can create a CNAME of said record for www? I.e. How do I create the @ record? (I'm only used to seeing things like A, MX, CNAME, PTR, SPF, etc). Thanks.

edit: Sussed it, creating a 'blank' A record pointing to 1.2.3.4 worked, and allowed me to create the www CNAME record too. Thanks everyone.
 
Last edited:
Back
Top