Skip to content

Instantly share code, notes, and snippets.

View iskl's full-sized avatar

Kailai Shao iskl

  • Shanghai / Hangzhou, China
View GitHub Profile
@andelf
andelf / update3322.sh
Created June 24, 2013 09:02
update 3322.org ddns
#!/bin/bash
USERNAME="YOUR_USERNAME"
PASSWORD="YOUR_PASSWORD"
IP=$(curl -s http://ip.3322.net)
HOSTNAME="YOURDOMAIN.3322.org"
DATE=$(date)