找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
楼主: hiboyhi***

[2019-03-05]改华硕[N14U N54U]5G 2G的7620老毛子Padavan固件(私人云储存 aria2 QOS)

   火... [复制链接]
本帖最后由 20927469 于 2019-2-12 17:04 编辑

这个手动dhcp列表 限制数量64个,有没有办法突破这个限制啊
我是极路由3刷的老毛子固件

18年3月8日的

如果升级到19年1月4的最新固件,能否突破64个的限制?


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

问一下,后台上传比下载要大很多是什么问题,,
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 rufengsuixing 于 2019-2-13 09:15 编辑

#!/bin/sh
#smartdns 全面替换dnsmasq功能,放到/etc/storage/script/dm2smd.sh下运行
[ -s /etc/storage/bin/restart_dhcpd ] || ln -s /etc/storage/script/dm2smd.sh /etc/storage/bin/restart_dhcpd

sed -i '/#programaddconfig/,$d' /opt/etc/smartdns/smartdns.conf
echo "#programaddconfig" >> /opt/etc/smartdns/smartdns.conf

sed -i 's/^conf-dir=/\#conf-dir=/' /etc/storage/dnsmasq/dnsmasq.conf
grep '#conf-dir' /etc/storage/dnsmasq/dnsmasq.conf | awk -F = '{print $2}' > /tmp/sddc
while read line
do
    for file in `ls -d $line/*[!.][!s][!m][!d]`
    do
        cp -f $file $file.smd
        sed -i '/address=/d' $file.smd
        sed -i '/server=/d' $file.smd
        sed -i 's/ipset=/ipset /' $file.smd
        echo conf-file $file.smd >> /opt/etc/smartdns/smartdns.conf
    done
done < /tmp/sddc

sed -i 's/^conf-file=/\#conf-file=/' /etc/storage/dnsmasq/dnsmasq.conf
grep '#conf-file=' /etc/storage/dnsmasq/dnsmasq.conf | awk -F = '{print $2}' > /tmp/sddc
while read line
do
    cp -f $line $line.smd
    sed -i '/address=/d' $line.smd
    sed -i '/server=/d' $line.smd
    sed -i 's/ipset=/ipset /' $line.smd
    echo conf-file $line.smd >> /opt/etc/smartdns/smartdns.conf
done < /tmp/sddc

sed -i '/min-cache-ttl/d' /etc/storage/dnsmasq/dnsmasq.conf

if [ -s /tmp/dmsize ] ; then
    oldsize=`cat /tmp/dmsize`
else
    oldsize=0
fi
nowsize=`wc -c /etc/storage/dnsmasq/dnsmasq.conf | awk '{print $1}'`
echo $nowsize > /tmp/dmsize
killall smartdns
/opt/usr/sbin/smartdns -c /opt/etc/smartdns/smartdns.conf
if [ "$oldsize" -ne "$nowsize" ] ; then
/sbin/restart_dhcpd
fi

点评

这是啥神器,求介绍  详情 回复 发表于 2019-2-13 14:49
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

rufengsuixing 发表于 2019-2-13 01:31
#!/bin/sh
#smartdns 全面替换dnsmasq功能,放到/etc/storage/script/dm2smd.sh下运行
[ -s /etc/storage ...

这是啥神器,求介绍
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

bug 反馈koolproxy不稳定莫名重启
解决方案
koolproxy脚本前加入
ulimit -l 4096
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

leeghao 发表于 2019-2-11 14:23
我这个米3 的刷完有的手机WiFi经常断开,有的手机又不会,网线别的倒是还好,这个能怎么解决吗

这个是wifi兼容的锅
https://screenshots.firefox.com/wVizOMMZNt8RJWyc/192.168.123.1
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

还是不错的  加油了要!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 fever 于 2019-2-14 14:13 编辑

固件操作速度一流!希望能把wan的接入模式增加DHCP客户端或者静态IP模式,这功能非常有用,因为做一些功能测试时wan接入上级路由,这个做二级路由。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

谢谢了,总算搞好了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

老哥,发现个问题,极路由3通过5G wifi做桥接时,扫描外界5G wifi,一直扫描也不出现结果,但是有时候就可以,不知道什么情况,用2.4G wifi做桥接,很快就能扫描到外界的wifi出现结果
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

老哥,这个固件是否支持wireguard或者tunsafe呢,怎么开启呢,网上查不到相关资料
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

厉害!!H大!!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

使用1月31日的最新版本shellinabox总是报错,反复重启, 能不能关闭这个功能呢?需要修改哪个脚本?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报


搭建web环境里面的v2瑞开关打开,把客户端配置拷贝到最下面的配置里面就可以了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

最近的百度云盘里面。。。。。居然没有K2 64M的包,只有128m.......
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-27 05:14

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表