Skip to content

Instantly share code, notes, and snippets.

@bigeagle
bigeagle / dnspod.py
Created February 23, 2012 22:29
Update dnspod record dynamically
#!/usr/bin/env python2
# -*- coding:utf8 -*-
'''
* forked from dnspod's offical python script for dynamic dns record
* modified by Justin Wong <bigeagle(at)xdlinux(dot)info>
* LICENSE: MIT License
'''
import httplib, urllib