3

Configure ddclient withNamecheap

 1 year ago
source link: https://gist.github.com/christopherbaek/333146d953c87b3667c59c4e6e250454
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Configure ddclient with Namecheap

Namecheap Configuration

  1. Click the Manage button next to the domain in the Domain List view
  2. In the Domain tab, scroll down and remove any entries in the Redirect Domain list
  3. In the Advanced DNS tab...
  4. Turn on Dynamic DNS and make a note of the password
  5. Add an A Record for @ pointing to 127.0.0.1

ddclient Configuration

  1. Install (fill in dummy values for the TUI)

    sudo apt-get install ddclient libio-socket-ssl-perl
    
  2. Edit /etc/ddclient.conf to look like the following

    ssl=yes
    use=web, web=dynamicdns.park-your-domain.com/getip
    protocol=namecheap
    server=dynamicdns.park-your-domain.com
    login=YOURDOMAIN.COM
    password='***'
    YOURHOST
    
  3. sudo ddclient -query
    sudo ddclient -debug -verbose -noquiet
    
  4. Restart

    sudo service ddclient restart
    

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK