关于路由器自定义 3322.org 的DDNS

首先, 3322.org, 现在官网地址为: http://www.pubyun.com/

注册用户后,如果支持 3322 的路由器,可以直接设置。 不支持的路由就要想办法自定义了。

 

3322 的 DDNS 支持几种方式更新ip:

1. 通过URL认证 (所有的在一行)

http://<登录用户>:<登录密码>@members.3322.org/dyndns /update?system=dyndns&hostname=<注册域名的全名>&myip=<要更新的ip地 址>&wildcard=OFF&mx=mail.exchanger.ext&backmx=NO&offline=NO

如果在网页运行,成功返回串:good <要更新的ip地址>

 

以下后面几种没有试过,第一种就够用了

 

2. HTTP GET 请求
1) dyndns, statdns
GET /dyndns/update?system=statdns&hostname=yourhost.ourdomain.ext
&myip=ipaddress&wildcard=OFF&mx=mail.exchanger.ext&backmx=NO
&offline=NO HTTP/1.1
Host: members.3322.org
Authorization: Basic username:pass
(note: username:pass must be encoded in base64)
User-Agent: myclient/1.0 me@null.net

2) webhop
GET /dyndns/update?system=webhop&hostname=yourhost.ourdomain.ext&url=dest_url
&title=cloak_title&cloak=cloak HTTP/1.1
Host: members.3322.org
Authorization: Basic username:pass
(note: username:pass must be encoded in base64)
User-Agent: myclient/1.0 me@null.net

3) subdom
GET /dyndns/update?system=subdom&hostname=yourhost.ourdomain.ext&ip1=address1&ip2=address2 HTTP/1.1
Host: members.3322.org
Authorization: Basic username:pass
(note: username:pass must be encoded in base64)
User-Agent: myclient/1.0 me@null.net

参考:

http://www.dd-wrt.com/phpBB2/viewtopic.php?t=2161

posted on 2015-02-07 13:46  震撼起飞  阅读(4752)  评论(0编辑  收藏  举报

导航