Mikrotik RouterBoard ROS DDNS for 3322
1、在/System Script下添加如下脚本内容:local ednsuser "用户名" :local ednspass "密码" :local ednshost "域名" :local ednsinterface "pppoe-out1" :local members "http://members.3322.org/dyndns/update?system=dyndns" #:local members "http://members./nic/update?" :local status :local status [/interface get [/interface find name=$ednsinterface] running] :if ($status!=false) do={ :local ednslastip [:resolve $ednshost] :if ([ :typeof $ednslastip ] = nil ) do={ ...