Skip to content

Commit

Permalink
1.7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frainzy1477 committed Jun 16, 2020
1 parent 7cf6940 commit b8a5dbe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
A rule based custom proxy for Openwrt based on <a href="https://github.com/Dreamacro/clash" target="_blank">Clash</a>.
</p>
<p align="center">
<a target="_blank" href="https://github.com/frainzy1477/luci-app-clash/releases/tag/v1.7.3.1">
<img src="https://img.shields.io/badge/luci%20for%20clash-v1.7.3.1-blue.svg">
<a target="_blank" href="https://github.com/frainzy1477/luci-app-clash/releases/tag/v1.7.3.2">
<img src="https://img.shields.io/badge/luci%20for%20clash-v1.7.3.2-blue.svg">
</a>
<a href="https://github.com/frainzy1477/luci-app-clash/releases" target="_blank">
<img src="https://img.shields.io/github/downloads/frainzy1477/luci-app-clash/total.svg?style=flat-square"/>
Expand All @@ -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
Expand Down Expand Up @@ -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) .
Expand Down
4 changes: 2 additions & 2 deletions root/etc/config/clash
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion root/usr/share/clash/luci_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.3.1
1.7.3.2

0 comments on commit b8a5dbe

Please sign in to comment.