Skip to content

Instantly share code, notes, and snippets.

@omar-yassin
Created July 8, 2014 20:25
Show Gist options
  • Save omar-yassin/666bdf8ef137b1a64d36 to your computer and use it in GitHub Desktop.
Save omar-yassin/666bdf8ef137b1a64d36 to your computer and use it in GitHub Desktop.
Namecheap: Dynamic DNS
python:
# -*- coding: utf-8 -*-
import urllib2
urllib2.urlopen("https://dynamicdns.park-your-domain.com/update?host=%s&domain=%s&password=%s" % ("SUBDOMAIN", "DOMAIN", "namecheap.dynamicDNS.PASSWORD"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment