Skip to main content

Setting Nameservers for Your Domain Names

Setting Nameservers for Your Domain Names
Date Submitted: 2-21-2013

When you register a domain name with us, we set it up on our parked nameservers so a  temporary page displays when visitors go to your website. After you determine which   hosting provider to use, you can change your domain name's nameservers to remove the  parked page and activate your domain name.

If you registered your domain name with another provider, you can still purchase a    hosting account with us, use our Off-site DNS services, or use our CashParking® or    Quick Content services. If you do any of those, you must view your nameservers in     your account with us, and then set the nameservers with your domain name registrar.
Setting Nameservers for a Domain Name Registered with Us

If your domain name is registered with us, use the following instructions to update   its nameservers depending how you use or host the domain name.
To Set Nameservers for a Domain Name Registered with Us

    Log in to your Account Manager.
    Next to Domains, click Launch.
    Select the domain name(s) you want to modify.
    From (Nameservers), select Set Nameservers.
    Select one of the following:
        I want to park my domains — This option parks your domain name on our parked  servers. When someone opens your domain name from a Web browser, our default parking  page displays.
        I want to forward my domains — Use this option if you want to forward this    domain name to another URL. See Forwarding or Masking Your Domain Name for more       information.
        I want to park my domains — This option parks your domain name on our parked  servers. When someone opens your domain name from a Web browser, our default parking  page displays.
        I want to forward my domains — Use this option if you want to forward this    domain name to another URL. See Forwarding or Masking Your Domain Name for more       information.
        I have a hosting account with these domains — Use this option when your       domain name is hosted with us.
        I have specific nameservers for my domains — This option indicates that you   are hosting your domain name with another company (enter the two or more nameservers  your hosting provider gave you), or you have custom nameservers you want to use for   this domain name.

        TIP: For .com, .net, and .edu domain names, see Custom Nameserver Restriction for .com, .net, and .edu Domain Names for information on using custom nameservers     with these domain names. Likewise, certain country-code top-level domain names        (ccTLDs) have specific requirements for their nameservers. See About ccTLDs (Country- Code Domain Names) to find the Help article with the nameserver requirements for your ccTLD.

        NOTE: You must enter at least two nameservers. After you set third-party      nameservers and the DNS propagates, you can no longer manage your domain name's DNS   in our system and must contact your third-party provider to do so.
    (Optional) If DNSSEC is available for the domain name's extension and the domain  name is hosted with another provider, you can click Manage DS Records to set up self- managed DNSSEC. See About Self-Managed DNSSEC for information.
    Click OK.


Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...