Verifying Contact Information

Registrars are required to verify that contact information is valid on all domain names. This means verifying that the email address listed for every contact reaches somebody, and verifying that the phone number listed for every contact reaches somebody.

Each email address or phone number only needs to be verified once per account. So if you have multiple domain names that all list you@example.com as the email address, you only have to verify you@example.com once. After that, you will not need to verify you@example.com again on that account.

If any contact information needs to be verified, you will see a prompt when you log into your account. If you close the prompt, you can select Account Settings from the drop-down navigation menu, and select Manage Contact Verification to bring up the prompt again. The verification prompt and the Manage Contact Verification link only appear if you need to verify information. If you do not see either, you do not need to verify anything.

You can follow these steps to update the Administrative, Technical, and/or Billing Contacts on a domain name:

  1. Log into the Domain Name Management System.
  2. Click the domain to update.
  3. Click Update Contact Info.
  4. Update the information, and click Submit Changes.

If you want to update the information on multiple domains, you can create or apply a Saved Contact and apply it to the domains:

  1. Log into the Domain Name Management System.
  2. Select Saved Contacts from the drop-down navigation menu.
  3. Click Create a New Saved Contact.

    If you already have a Saved Contact, you can skip this step and the next step.
  4. Enter contact information, and Click Create.
  5. Click Apply a Saved Contact to Your Domains.
  6. Select the Saved Contact to use.
  7. Check the boxes for the contacts and domains to update.
  8. Click Submit.

Verifying Email Addresses

The verification prompt allows you to send a verification email to each address that needs to be verified. The email has a link you can visit to verify the address. It also includes a numeric code that can be entered in your account to verify the address.

Verifying Phone Numbers

The verification prompt allows you to send a SMS (Text) message or an automated phone call to each number that needs to be verified. The SMS or automated phone call will give you a numeric code that can be entered in your account to verify the phone number.

Please Note: If your phone number requires entering an extension or selecting a menu option, the automated phone call option will not work. Please contact us and we can help you verify.

Verifying Other Information

In some cases, we need to verify the Registrant Organization or Registrant Postal Address for .co.uk, .me.uk, or .org.uk domain names. In many cases, the UK registry can automatically verify the Registrant Organization or Registrant Postal Address. They only ask us to verify information if they cannot verify it automatically.

If we need to verify this information, we will contact you with instructions. Verification usually requires the Registrant to send us a copy of a utility bill or bank statement from the past 3 months, a government issued ID (for individuals), or company letterhead or seal (for organizations).

Weebly File Size Limits

All Weebly plans have unlimited storage. However, there are limits on the size of individual files that can be uploaded:

  • Included plan: Maximum file size is 10 MB
  • Starter plan: Maximum file size is 100 MB
  • Pro plan: Maximum file size is 250 MB
  • Business plan: Maximum file size is 1 GB
  • Performance plan: Maximum file size is 1 GB

As long as each file is smaller than the maximum file size, you can upload as many as you want to. As an example, somebody with an Included plan could upload unlimited 9 MB files, but uploading a file larger than 10 MB would require upgrading to a Starter plan.

Dynamic DNS

If you have a server attached to a business-class network, the server probably has a static IP address. This means that the network address the server uses does not change from one day to the next. You can easily create Custom DNS records pointing to static IP addresses and they do not require using Dynamic DNS.

However, computers connecting to the Internet through residential Internet service (home fiber, cable modem, DSL, or dial-up) can have dynamic IP addresses. When you connect, the provider assigns an IP address. It may be an address you have used before, or it may be a new IP address. Depending on your Internet service provider, the IP address could change after weeks, days, or even hours.

Dynamic DNS updates DNS records on our name servers within minutes of a change to your IP address. It works by running a simple client on your computer, which connects to us frequently. When we detect that your IP address has changed, we update your DNS records to match.

For a practical example, let’s say you want to access your home computer while you are at work. You set up Pair Domains Dynamic DNS. With Dynamic DNS, you can create a host name like yourserver.example.com. This host name will allow you to find your home server even if your IP address changes.

Using Dynamic DNS

To use Dynamic DNS, you need to be using our name servers. Any domain registered with us can use our name servers and Dynamic DNS at no extra cost.

If you are not already using our Custom DNS, please follow these steps to set it up:

  1. Log into the Domain Name Management System.
  2. Click the domain to update.
  3. If Custom DNS is already on, click Edit DNS.
    If Custom DNS is not on, click Use our DNS, and confirm changing the name servers.
  4. Add any records that won’t be updated with Dynamic DNS. You can add records individually, or you can import a DNS zone file with multiple records
  5. Click Enable Dynamic DNS.
  6. Read and agree to the Pair Domains Terms of Service and the Pair Domains Dynamic DNS Terms of Service.
  7. Click Enable Dynamic DNS.
  8. You will be given a  Dynamic DNS Key. You will need this later. It is a good idea to copy it and save it somewhere, but you can come back to this screen to get the key again later.

Finally, you will need to set up a client on your computer to contact us when your IP address changes. We provide a Web client:

  1. Go to: https://dynamicdns.pairdomains.com/
  2. Enter your Dynamic DNS Key and the hostname you want to update. If you want to update dynamic.example.com, you would enter it here, and click Continue.

    *Important* If you previously had a record set up in your Custom DNS for dynamic.example.com, it will now be over-written, and the old information will be lost.
  3. Read the next page, agree to the Terms of Service, and click Enable Dynamic DNS.
  4. Minimize your browser window and leave it running. As long as the window is open, your DNS will continue to update.

Other Dynamic DNS Clients

You can use other Dynamic DNS clients that support the dyndns2 protocol. When you set up your client, you can enter this information:

Username: pairdomains
Password: dynamic_dns_key
Alias or Host Name: the domain or sub-domain that you want to update
Dynamic DNS Server Name: dynamic.pairdomains.com
Dynamic DNS Server URL: /nic/update?
IP Server Name: myip.pairdomains.com /

The IP Server Name field might need to be entered as “Other Information” or “Other Settings” using this format: ip_server_name myip.pairdomains.com /

Please note: connections should be limited to every 5 minutes (300 seconds).

Direct URL

If you want to call a URL directly, this format will work:

https://pairdomains:dynamic_dns_key@dynamic.pairdomains.com/nic/update?hostname=hostname_to_update

ddclient

ddclient is a Perl based dynamic DNS client available from SourceForge. To run ddclient, you should create a configuration file named ddclient.conf. It should contain this information:

daemon=300 # check every 300 seconds
syslog=yes # log update msgs to syslog
pid=/var/run/ddclient.pid
ssl=yes
use=web,
web=https://myip.pairdomains.com/,
web-skip=’IP Address:’
protocol=dyndns2
server=dynamic.pairdomains.com
login=pairdomains
password=dynamic_dns_key
hostname_to_update

Before running it, make sure that there is a /var/cache directory on your computer. If you do not have one already, you can make one. Then this command can be used to run ddclient:

sudo /full/path/to/ddclient -daemon=0 -file /full/path/to/ddclient.conf

If you run into problems with ddclient, please run this command and send us the full output:

sudo /full/path/to/ddclient -debug -verbose -noquiet -daemon=0 -file /full/path/to/ddclient.conf

Router Software

DD-WRT software can be run directly on some routers. These settings should work:

DDNS Service: Custom DYNDNS
DYNDNS Server: dynamic.pairdomains.com
Username: pairdomains
Password: dynamic_dns_key
Hostname: hostname you want to update
URL: /nic/update?
Additional DDNS Options: –ip_server_name myip.pairdomains.com /
Use external ip check: no
Use SSL: yes
Force update interval:10

pfSense is an open source firewall/router computer software distribution based on FreeBSD. These settings should work:

Service Type: Custom
Username: [leave blank]
Password: [leave blank]
Update URL: https://pairdomains:dynamic_dns_key@dynamic.pairdomains.com/nic/update?hostname=hostname_to_update

Unifi Gateway

If you use Unifi Gateway, you can use this information in your configuration file

Service: custom
hostname = “hostname you want to update”
username = “pairdomains”
password = “dynamic_dns_key”
ddns-server = “dynamic.pairdomains.com/nic/update?hostname=hostname_to_update”

Pointing Domains to Other Providers

Some hosting providers give you name servers to use with your domain and some ask you to create DNS records. You can find instructions for changing name servers or for creating records for several popular providers below.

Is your provider not listed above? Are any instructions for providers out-of-date? Please contact us and we can help you update your domain, and we can add or update instructions on this page.

Pointing to Tumblr

Please follow these steps to point a domain to Tumblr:

  1. Log into the Domain Name Management System.
  2. Click the domain to update.
  3. If Custom DNS is already on, click Edit DNS.
    If Custom DNS is not on, click Use our DNS, and confirm changing the name servers.
  4. Click Add New Record.
  5. Select CNAME (Parking) from the Add New Record menu, enter this information, and select Add Record.

    Alias: www
    Points To: domains.tumblr.com
  6. Select A from the Add New Record menu, enter this information, and select Add Record.

    Host Name: @
    IP Address: 66.6.44.4

After completing the set up with us, some settings may need to be updated with Tumblr:

  1. Log into Tumblr.
  2. Select Customize.
  3. Under the Info settings, check the box to Use a custom domain name, enter your domain name, and select Save Changes.

Pointing to Squarespace

Please follow these steps to point a domain to Squarespace:

  1. Log into the Domain Name Management System.
  2. Click the domain to update.
  3. If Custom DNS is already on, click Edit DNS.
    If Custom DNS is not on, click Use our DNS, and confirm changing the name servers.
  4. Click Add New Record
  5. Select CNAME (Parking) from the Add New Record menu, enter this information, and select Add Record.
    .
    Alias: www
    Points To: ext-cust.squarespace.com
  6. Select CNAME (Parking) from the Add New Record menu, enter this information, and select Add Record.

    Alias: Enter the verification host name provided by Squarespace
    Points To: verify.squarespace.com
  7. Select A (Round Robin) from the Add New Record menu, enter this information, and select Add Record.

    Host Name: @
    IP Addresses: 198.49.23.144
    IP Addresses: 198.49.23.145
    IP Addresses: 198.185.159.144
    IP Addresses: 198.185.159.145

Pointing to Weebly.com

You can create websites with Weebly directly with us. However, if you created a site at Weebly.com, you can follow these steps to point a domain to a site with Weebly.com:

  1. Log into the Domain Name Management System.
  2. Click the domain to update.
  3. If Custom DNS is already on, click Edit DNS.
    If Custom DNS is not on, click Use our DNS, and confirm changing the name servers.
  4. Click Add New Record
  5. Select A from the Add New Record menu, enter this information, and select Add Record.

    Host Name: @
    IP Address: 199.34.228.59
  6. Select A from the Add New Record menu, enter this information, and select Add Record.

    Host Name: www
    IP Address: 199.34.228.59

Pointing to Bigcartel

Please follow these steps to point a domain to Bigcartel:

  1. Log into the Domain Name Management System.
  2. Click the domain to update.
  3. If Custom DNS is already on, click Edit DNS.
    If Custom DNS is not on, click Use our DNS, and confirm changing the name servers.
  4. Click Add New Record.
  5. Select CNAME (Parking) from the Add New Record menu, enter this information, and click Add Record.

    Alias: www
    Points To: yoursite.bigcartel.com (replace yoursite with the name of your site)
  6. Click Forwarding.
  7. Check the box Customize Sub-Domain Host, enter this information, and click Add Forwarding.

    Host Name: @
    Destination URL: www.example.com (replace example.com with your actual domain)

Pointing to Bandcamp

Please follow these steps to point a domain to Bandcamp:

  1. Log into the Domain Name Management System.
  2. Click the domain to update.
  3. If Custom DNS is already on, click Edit DNS.
    If Custom DNS is not on, click Use our DNS, and confirm changing the name servers.
  4. Click Add New Record.
  5. Select CNAME (Parking) from the Add New Record menu, enter this information, and click Add Record.

    Alias: www
    Points To: dom.bandcamp.com
  6. Select A from the Add New Record menu, enter this information, and click Add Record.

    Host Name: @
    IP Address: 75.126.76.138

Automatic Renewal

We can automatically renew your domains. If you choose to use this Automatic Renewal, you will need to save a credit card or debit card on your account. The renewal will be made 30 days before the domain expires.

If Automatic Renewal is enabled on a domain that expires in less than 30 days, the renewal will be made within 24 hours.

The default length of renewal with Automatic Renewal is one year, but you can set it to renew for one, two, three, four, or five years. The same renewal length will apply to all Automatic Renewals on your account.


Please follow these steps to set or change Automatic Renewal settings:

  1. Log into the Domain Name Management System.
  2. Select Account Settings from the drop-down navigation menu.
  3. Click Update Renewal.
  4. Select the domain(s) you want to automatically renew.
  5. Select the length of the renewal.
  6. Enter payment information.
  7. Click Update Settings.

We cannot cancel or refund an Automatic Renewal after it is completed. If you previously enabled Automatic Renewal and decide that you do not want to renew a domain, you must disable Automatic Renewal at least 31 days before the expiration date:

  1. Log into the Domain Name Management System.
  2. Select Account Settings from the drop-down navigation menu.
  3. Click Update Renewal.
  4. Uncheck the boxes for domains that you do not want to automatically renew.
  5. Click Update Settings.

Problems With Automatic Renewal

If your saved card expires before the renewal is completed, we will contact you ahead of time so that you can update the card.

We will contact you if the saved card is declined.

If you update the saved card or provide a new saved card more than 30 days before the expiration date, the renewal will be made 30 days before the expiration date. If the changes are made less than 30 days before a domain expires, the renewal will be made within 24 hours.