HoonHub / SpechtLiteConf

Configuration files of SpechtLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration template for SpechtLite

Join the chat at https://gitter.im/zhuhaow/NEKit Join the chat at https://telegram.me/NEKitGroup Build Status GitHub release GitHub license

This is a template for SpechtLite designed for Chinese users.

Explanation of each file in SpechtLite.zip

  • Conf.yaml: The main configuration file, where all adapters and rules reside. You may want to copy and rename this file if you want to have several different settings to switch between.

  • pollutedip: The list of DNS polluted IP addresses according to Wikipedia.

  • directlist: The list of hosts that you want to connect directly, in regular expressions.

  • directiprange: The list of ip ranges that you want to connect to directly without any proxy.

  • proxylist: The list of hosts that you want to connect to through proxy, in regular expressions.

  • proxyiprange: The list of ip ranges that you want to connect to through proxy.

  • rejectlist: The list of hosts that you want to block.

  • rejectiprange: The list of ip ranges that you want to block.

    The hosts and ips in Reject lists are referenced from 逗bi极客's Surge rule.

Get Up and Running

  1. Extract SpechtLiteConf.zip file to your temporary folder

  2. Click Open config folder and copy all files to that (.SpechtLite) folder.

  3. Set up the correct adapter configuration according to your proxy settings.

  4. Click Reload config to reload your configuration.

  5. Start proxy by click the name of the config file in the menu, and check Set as system proxy.

Or you can set it yourself by setting system HTTP/HTTPS proxy to 127.0.0.1:port, SOCKS5 proxy (this will proxy things such as Mail.app) to 127.0.0.1:port+1 in System Preferences.

About

Configuration files of SpechtLite