openwrt新建自定义命令,并允许公开访问,得到地址后收藏到微信。。。想从iptv切换到当贝桌面,先设置关闭有线,直接访问收藏的地址就好(最好开机启动telnetd,端口随意,我的是23000)
openwrt里的脚本设置
- root@ng4300:~# cat bin/sl
- #! /bin/sh
- {
- echo am start com.dangbeizhuomian.launcher
- sleep 3
- echo exit
- } | telnet 192.168.2.120 23000 >/dev/null
- root@ng4300:~#
|
|