新建ddns.sh
#!/bin/sh wget -q -O- 'http://nic.changeip.com/nic/update?u=用户名&p=密码&hostname=申请的动态域名'
其他域名服务商:
'oray': "http://ddns.oray.com/ph/update" 'pubyun': 'http://members.3322.net/dyndns/update' 'changeip': 'http://nic.changeip.com/nic/update' 'noip': 'http://dynupdate.no-ip.com/nic/update' 'dtdns': 'http://www.dtdns.com/api/autodns.cfm'
修改执行权限755,然后执行:
./ddns.sh