From b8a5dbed67d481bc9fc8d4d1b74124687a82ae49 Mon Sep 17 00:00:00 2001
From: frainzy1477
-
-
+
+
@@ -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