Luci App Clash Versions Save

Luci interface for Clash Openwrt

v1.6.5

4 years ago

上传时间 2020-03-31 00:35 GMT +8


  • Few fixes

NB: UPGRADE CLASH CORE TO v0.19.0.1


v1.6.4

4 years ago

上传时间 2020-03-29 16:26 GMT +8


  • Few fixes
  • Add support for trojan
  • Updated dashboards

v1.6.3

4 years ago

上传时间 2020-03-13 05:06 GMT +8


  • few fixes

v1.6.2

4 years ago

上传时间 2020-03-12 18:30 GMT +8


  • update dashboard
  • Improve client startup time
  • Fix dns forwarder
  • few fixes

v1.6.1

4 years ago

上传时间 2020-03-10 05:14 GMT +8




v1.6.0

4 years ago

上传时间 2020-03-04 16:58 GMT +8


  • fix online download core
  • Fix clash watchdog Bug
  • fix dns forwading issue associated with crontab


v1.5.9

4 years ago

上传时间 2020-02-29 18:02 GMT +8


  • Update core version check on manual upload
  • Fix clash watchdog Bug


v1.5.8

4 years ago

上传时间 2020-02-23 21:10 GMT +8


  • Add yacd Dashboard
  • Manual upload core
  • Fix few Bugs


v1.5.7

4 years ago

上传时间 2020-02-21 18:26 GMT +8


  • Update Dashboard
  • Added hourly option to update config
  • Added hourly option to clear logs
  • Added option to add custom rules
  • Fix create custom config bug
  • Fix restore config for v1.5.6


v1.5.5

4 years ago

上传时间 2020-02-09 19:32 GMT +8


  • Fix restore config bug when using core (ctun)


如果在更新页面没自动下载内核

Clash内核

https://github.com/frainzy1477/clash_dev/releases

cd /tmp wget https://github.com/frainzy1477/clash_dev/releases/download/v0.17.2.1/clash-linux-amd64-v0.17.2.1.gz gunzip clash-linux-amd64-v0.17.2.1.gz chmod +x clash-linux-amd64-v0.17.2.1 mv clash-linux-amd64-v0.17.2.1 /etc/clash/clash echo 0.17.2.1 > /usr/share/clash/core_version

Clashr内核

https://github.com/frainzy1477/clashrdev/releases

cd /tmp wget https://github.com/frainzy1477/clashrdev/releases/download/v0.17.2/clashr-linux-amd64-v0.17.2.gz gunzip clashr-linux-amd64-v0.17.2.gz chmod +x clashr-linux-amd64-v0.17.2 mv clashr-linux-amd64-v0.17.2 /usr/bin/clash echo 0.17.2 > /usr/share/clash/corer_version

ClashTun内核

https://github.com/frainzy1477/clashtun/releases

cd /tmp wget https://github.com/frainzy1477/clashtun/releases/download/v0.17.1/clash-linux-amd64.gz gunzip clash-linux-amd64.gz chmod +x clash-linux-amd64 mv clash-linux-amd64 /etc/clash/clashtun/clash echo v0.17.1 > /usr/share/clash/tun_version