LEDE
mlxxqq
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Dnspod DDNS script on LEDE
local __URL="https://dnsapi.cn/Record.Ddns"local __POSTDATA=""[ $use_https -ne 0 ] && __URL=$(echo $__URL | sed -e 's#^http:#https:#')wget-ssl -nv -t 1 -O $DATFILE -o $ERRFILE -U "IP原创 2018-11-08 22:00:43 · 1403 阅读 · 0 评论 -
FTP ALG in openwrt
kmod-nf-nathelper原创 2019-01-13 21:18:23 · 623 阅读 · 0 评论 -
luci 获取ifaces信息模块
module("luci.controller.pubapi.ifacestatus", package.seeall)function index() --entry({"click", "here", "now"}, call("iface_status_ip"), nil) entry({"ifacewanip"}, call("iface_wan_ip原创 2019-01-12 17:51:29 · 975 阅读 · 0 评论
分享