diff --git a/luci-app-argonne-config/Makefile b/luci-app-argonne-config/Makefile index 5ce23b23d..32adbfb92 100644 --- a/luci-app-argonne-config/Makefile +++ b/luci-app-argonne-config/Makefile @@ -11,7 +11,7 @@ LUCI_PKGARCH:=all LUCI_DEPENDS:=+luci-compat define Package/$(PKG_NAME)/conffiles -/etc/config/Argonnene +/etc/config/Argonne endef include $(TOPDIR)/feeds/luci/luci.mk diff --git a/luci-app-bypass/root/etc/bypass/white.list b/luci-app-bypass/root/etc/bypass/white.list index c25b4f0b2..8eba08810 100644 --- a/luci-app-bypass/root/etc/bypass/white.list +++ b/luci-app-bypass/root/etc/bypass/white.list @@ -1 +1,3 @@ -apple.com +checkip.dyndns.org +checkipv6.dyndns.org +checkip.synology.com diff --git a/luci-app-godproxy/Makefile b/luci-app-godproxy/Makefile index 00e0894fe..fc80686fc 100644 --- a/luci-app-godproxy/Makefile +++ b/luci-app-godproxy/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-ikoolproxy PKG_VERSION:=3.8.5 -PKG_RELEASE:=20211201 +PKG_RELEASE:=20220113 PKG_MAINTAINER:=panda-mute diff --git a/luci-app-godproxy/luasrc/view/koolproxy/tips.htm b/luci-app-godproxy/luasrc/view/koolproxy/tips.htm index 9026a8227..84ad919ad 100644 --- a/luci-app-godproxy/luasrc/view/koolproxy/tips.htm +++ b/luci-app-godproxy/luasrc/view/koolproxy/tips.htm @@ -3,19 +3,21 @@

- 1、 推荐配置:过滤模式(全局模式)+ 默认访问控制(过滤http协议)达到最佳的过滤效果。 + 1、 一般配置:过滤模式(全局模式)+ 默认访问控制(过滤http协议)达到一般的过滤效果。
- 2、 使用步骤:A、更新规则,B、恢复证书,C、设置要过滤的https客户端ip,D、清除浏览器或APP数据。 + 2、 最佳配置:在1的基础上,再在 访问控制 + 增加需要过滤的客户端 + 过滤HTTP(S)协议 + 对应客服端安装证书。 +
+ 3、 使用步骤:A、更新规则,B、恢复证书,C、设置要过滤的https客户端ip,D、清除浏览器或APP数据。
- 3、 Adblock Plus的Host列表 + KoolProxy黑名单模式运行更流畅上网体验。 + 4、 Adblock Plus的Host列表 + KoolProxy黑名单模式运行更流畅上网体验。
- 4、 过滤HTTPS广告需要为相应客户端安装证书,在“控制控制”里添加客户端ip或者mac地址,并选择用HTTP + HTTPS过滤! + 5、 过滤HTTPS广告需要为相应客户端安装证书,在“访问控制”里添加客户端ip或者mac地址,并选择用过滤HTTP(S)协议
- 5、 在路由器下的设备,在浏览器中输入110.110.110.110来下载证书,导入证书目录请选择“受信任的根证书颁发机构”。 + 6、 在路由器下的设备,在浏览器中输入110.110.110.110来下载证书,导入证书目录请选择“受信任的根证书颁发机构”。
- 6、 安装完证书后,请清除浏览器的缓存、视频APP的全部数据。如果访问网页弹出不安全提示,请检查证书是否安装正确。 + 7、 安装完证书后,请清除浏览器的缓存、视频APP的全部数据。如果访问网页弹出不安全提示,请检查证书是否安装正确。
- 7、 如果想在多台路由器上使用一个证书,请先备份证书,然后再在另一个路由器上恢复证书即可。 + 8、 如果想在多台路由器上使用一个证书,请先备份证书,然后再在另一个路由器上恢复证书即可。
diff --git a/luci-app-godproxy/root/etc/config/koolproxy b/luci-app-godproxy/root/etc/config/koolproxy index 8cef6da4e..65ed02402 100644 --- a/luci-app-godproxy/root/etc/config/koolproxy +++ b/luci-app-godproxy/root/etc/config/koolproxy @@ -5,7 +5,7 @@ config global option koolproxy_acl_default '1' option koolproxy_mode '1' option koolproxy_host '1' - option koolproxy_rules 'koolproxy.txt daily.txt kp.dat user.txt' + option koolproxy_rules 'koolproxy.txt daily.txt kp.dat' option koolproxy_ipv6 '0' option time_update 'nil' @@ -14,11 +14,6 @@ config acl_rule option remarks '选要滤https的客户端' option ipaddr '192.168.168.168' -config rss_rule - option file 'ikprule.txt' - option name 'IKPR规则' - option url 'https://iwrt.coding.net/p/ikoolproxy/d/rules/git/raw/master/rules/ikprule.txt' - option load '1' config usetips option load '0' option name '1' diff --git a/luci-app-godproxy/update.log b/luci-app-godproxy/update.log index 59f9bb732..0061d579a 100644 --- a/luci-app-godproxy/update.log +++ b/luci-app-godproxy/update.log @@ -1,3 +1,7 @@ +## 更新:2022年1月13日: +1、x86_64 bin update to 3.8.6。 +2、删除默认的规则订阅。大部分和静态规则重复。 + ## 更新:2021年11月30日: 1、更名以及更换规则地址。强烈建议重新安装最新版本。 2、更新IPKR。 diff --git a/luci-app-mosdns/Makefile b/luci-app-mosdns/Makefile index 5cf55ab8a..fef38a9e5 100644 --- a/luci-app-mosdns/Makefile +++ b/luci-app-mosdns/Makefile @@ -10,7 +10,6 @@ LUCI_DEPENDS:=+mosdns +jsonfilter +bash define Package/$(PKG_NAME)/conffiles /etc/mosdns/cus_config.yaml -/etc/mosdns/def_config.yaml /etc/config/mosdns endef