Go to file
2020-04-20 11:14:10 +08:00
.github fix fastlane build issues [beta] [appcenter] [notarize] 2020-03-21 21:50:56 +08:00
ClashX fix: config parse error at launch 2020-04-20 11:14:10 +08:00
ClashX.xcodeproj update version number 2020-04-11 17:47:12 +08:00
ClashX.xcworkspace
fastlane fix fastlane build issues [beta] [appcenter] [notarize] 2020-03-21 21:50:56 +08:00
ProxyConfigHelper Try fix #243, can not set proxy for vpn connection [beta] [appcenter] [notarize] 2020-03-21 20:25:48 +08:00
scripts/travis
zh-Hans.lproj
.bartycrouch.toml
.gitignore update project structure 2020-04-07 15:40:18 +08:00
.travis.yml.backup Remove travis ci 2019-10-29 21:33:32 +08:00
a_cat_with_eye.png Revert "feat(icon): a cat with eyes (#239)" 2020-03-03 19:47:33 +08:00
dist.p12.enc
Gemfile fix fastlane build issues [beta] [appcenter] [notarize] 2020-03-21 21:50:56 +08:00
Gemfile.lock fix fastlane build issues [beta] [appcenter] [notarize] 2020-03-21 21:50:56 +08:00
install_dependency.sh update project structure 2020-04-07 15:40:18 +08:00
LICENSE
Podfile add appcenter 2020-03-13 19:33:21 +08:00
Podfile.lock update deps 2020-03-25 10:58:39 +08:00
proxyIgnoreList.plist
README.md add appcenter 2020-03-13 19:33:21 +08:00
SMJobBlessUtil.py

Clash
ClashX

A rule based proxy For Mac base on Clash.

Features

  • HTTP/HTTPS and SOCKS protocol
  • Surge like configuration
  • GeoIP rule support
  • Support Vmess/Shadowsocks/Socks5
  • Support for Netfilter TCP redirect

Install

You can download from release page

Build

  • Make sure have python3 and golang installed in your computer.

  • Download deps

    bash install_dependency.sh
    
  • Build and run.

Config

The default configuration directory is $HOME/.config/clash

The default name of the configuration file is config.yaml. You can use your custom config name and switch config in menu Config section.

To Change the ports of ClashX, you need to modify the config.yaml file. The General section settings in your custom config file would be ignored.

Checkout Clash or SS-Rule-Snippet for Clash for more detail.

Advance Config

Change your status menu icon

Place your icon file in the ~/.config/clash/menuImage.png then restart ClashX

Change default system ignore list.

  • Download sample plist in the Here and place in the

    ~/.config/clash/proxyIgnoreList.plist
    
  • Edit the proxyIgnoreList.plist to set up your own proxy ignore list

Use url scheme to import remote config.

  • Using url scheme describe below

    clash://install-config?url=http%3A%2F%2Fexample.com&name=example