diff --git a/Makefile b/Makefile index 97d66637..a1f08e7a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-clash -PKG_VERSION:=1.7.3.1 +PKG_VERSION:=1.7.3.2 PKG_MAINTAINER:=frainzy1477 diff --git a/README.md b/README.md index 9d357483..750cd040 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ A rule based custom proxy for Openwrt based on Clash.

- - + + @@ -19,11 +19,10 @@ ## Install - Upload ipk file to tmp folder - - cd /tmp - opkg update -- opkg install luci-app-clash_1.7.3.1_all.ipk -- opkg install luci-app-clash_1.7.3.1_all.ipk --force-depends +- opkg install luci-app-clash_1.7.3.2_all.ipk +- opkg install luci-app-clash_1.7.3.2_all.ipk --force-depends ## Uninstall - opkg remove luci-app-clash @@ -63,7 +62,8 @@ - curl - jsonfilter - ca-certificates - +- iptables-mod-tproxy +- kmod-tun ## License Luci For Clash - OpenWrt is released under the GPL v3.0 License - see detailed [LICENSE](https://github.com/frainzy1477/luci-app-clash/blob/master/LICENSE) . diff --git a/root/etc/config/clash b/root/etc/config/clash index 2c999a24..2d045197 100644 --- a/root/etc/config/clash +++ b/root/etc/config/clash @@ -271,12 +271,12 @@ config rules config rules option type 'RULE-SET' option rulename 'Netflix' - option rulegroups 'DIRECT' + option rulegroups 'Global' config rules option type 'RULE-SET' option rulename 'NetflixIP' - option rulegroups 'DIRECT' + option rulegroups 'Global' config rules option type 'RULE-SET' diff --git a/root/usr/share/clash/luci_version b/root/usr/share/clash/luci_version index 730a5406..eff1933a 100644 --- a/root/usr/share/clash/luci_version +++ b/root/usr/share/clash/luci_version @@ -1 +1 @@ -1.7.3.1 +1.7.3.2