dd-wrt 自定义ddns服务器设置

DDNS 服务

DYNDNS 服务器

$server_host
用户名
$username
密码
$password
主机名
$client_host
URL
$url

 

update的url=
http://$username:$password@$server_host/$url$client_host

实际的url:
http://liushiwei:*****@ddns.bjlx.org.cn/ddns.php?host=anheng_vpn_ls_host

服务器端php得到的变量:
$_SERVER[PHP_AUTH_USER] = liushiwei
$_SERVER[PHP_AUTH_PW] = *****
$_SERVER[REMOTE_ADDR] = 114.243.4.138
$_GET[host] = anheng_vpn_ls_host