Skip to content

11 #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
23 changes: 22 additions & 1 deletion AX6-5.15.config
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ CONFIG_PACKAGE_luci-app-ntpc=y


# CONFIG_PACKAGE_luci-app-ssr-plus is not set
CONFIG_PACKAGE_luci-app-openclash=y
#关闭-新开
#CONFIG_PACKAGE_luci-app-openclash=y

# CONFIG_PACKAGE_luci-app-qos is not set
CONFIG_PACKAGE_luci-app-smartdns=y
Expand All @@ -143,3 +144,23 @@ CONFIG_PACKAGE_rpcd-mod-rrdns=y
CONFIG_PACKAGE_uhttpd=y
CONFIG_PACKAGE_uhttpd-mod-ubus=y

#网络带宽监视器
#CONFIG_PACKAGE_luci-app-nlbwmon=y
#实时流量监测 -可以
CONFIG_PACKAGE_luci-app-wrtbwmon=y
#内网穿透-可以
CONFIG_PACKAGE_luci-app-zerotier=y
CONFIG_PACKAGE_zerotier=y
#网络限速-新开
CONFIG_PACKAGE_luci-app-eqos=y
##解锁网易云灰色歌曲3合1新版本
#CONFIG_PACKAGE_luci-app-unblockmusic=y

#wol唤醒-可以
CONFIG_PACKAGE_luci-app-wol=y

#内存穿透
#CONFIG_PACKAGE_luci-app-frpc=y
#内存穿透-新开
CONFIG_PACKAGE_luci-app-frps=y

41 changes: 35 additions & 6 deletions AX6.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ CONFIG_LIBSODIUM_MINIMAL=y


#turboacc
#CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_Shortcut_FE_for_ECM is not set
#CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_Shortcut_FE_for_ECM=y
CONFIG_PACKAGE_luci-app-turboacc=y
#CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING is not set
#CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_SHORTCUT_FE_DRV is not set
#CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_OFFLOADING=y
#CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_SHORTCUT_FE_DRV=y
#CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_SHORTCUT_FE=y
#CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_BBR_CCA=y
# CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_DNSFORWARDER is not set
# CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_DNSPROXY is not set
#CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_DNSFORWARDER=y
#CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_DNSPROXY=y


#ath11k无线及NSS
Expand Down Expand Up @@ -200,7 +200,7 @@ CONFIG_PACKAGE_luci-app-pptp-server=y

CONFIG_PACKAGE_luci-app-pushbot=y

# CONFIG_PACKAGE_luci-app-qos is not set
CONFIG_PACKAGE_luci-app-qos=y

CONFIG_PACKAGE_luci-app-smartdns=y

Expand Down Expand Up @@ -241,3 +241,32 @@ CONFIG_PACKAGE_luci-proto-wireguard=y

#主题
CONFIG_PACKAGE_luci-theme-infinityfreedom=y


#网络带宽监视器
#CONFIG_PACKAGE_luci-app-nlbwmon=y
#实时流量监测
CONFIG_PACKAGE_luci-app-wrtbwmon=y
#内网穿透
#CONFIG_PACKAGE_luci-app-zerotier=y
#CONFIG_PACKAGE_zerotier=y
#网络限速
CONFIG_PACKAGE_luci-app-eqos=y
##解锁网易云灰色歌曲3合1新版本
#CONFIG_PACKAGE_luci-app-unblockmusic=y

#wol唤醒
CONFIG_PACKAGE_luci-app-wol=y

#CONFIG_PACKAGE_luci-app-frpc=y
#CONFIG_PACKAGE_luci-app-frps=y
CONFIG_PACKAGE_luci-app-store=y
#文件传输
CONFIG_PACKAGE_luci-app-filetransfer=y
CONFIG_PACKAGE_luci-app-webdav=y
CONFIG_PACKAGE_luci-app-aliyundrive-webdav=y
CONFIG_PACKAGE_luci-app-alist=y
CONFIG_PACKAGE_luci-app-nfs=y
CONFIG_PACKAGE_luci-app-samba=y
CONFIG_PACKAGE_luci-app-rclone=y
CONFIG_PACKAGE_luci-app-alist=y
1 change: 1 addition & 0 deletions diy-part1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@

# Add a feed source
echo 'src-git helloworld https://github.com/fw876/helloworld' >>feeds.conf.default
echo 'src-git openwrtpackages https://github.com/kenzok8/openwrt-packages' >>feeds.conf.default
#echo 'src-git passwall https://github.com/xiaorouji/openwrt-passwall' >>feeds.conf.default
5 changes: 5 additions & 0 deletions diy-part2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ git clone https://github.com/riverscn/openwrt-iptvhelper.git package/openwrt-ipt
#添加smartdns
git clone https://github.com/kiddin9/luci-app-dnsfilter.git package/luci-app-dnsfilter

#添加luci-app-eqos 参考地址 https://github.com/kenzok8/openwrt-packages/tree/master/luci-app-eqos
#不行
#git clone https://github.com/garypang13/luci-app-eqos package/luci-app-eqos #内网IP限速工具
svn co https://github.com/kenzok8/openwrt-packages/trunk/luci-app-eqos package/luci-app-eqos

git clone https://github.com/pymumu/openwrt-smartdns package/smartdns
git clone -b lede https://github.com/pymumu/luci-app-smartdns.git package/luci-app-smartdns
# Add luci-theme-argon
Expand Down