Skip to content

metacodes/SpechtliteProfile

Repository files navigation

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.

The template is based on the repository SpechtLiteConf.

Explanation of each file

  • profile.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. According to gfwlist. You can use the script gfwlist2regex.py in the folder gfwlist2regex to generate the directlist and proxylist.

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

  • proxylist: The list of hosts that you want to connect to through proxy, in regular expressions. According to gfwlist. You can use the script gfwlist2regex.py in the folder gfwlist2regex to generate the directlist and proxylist.

  • 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.

Set Up and Running

  1. Download all of the files to your temporary folder

  2. Click Open profile folder and copy all of the files to that (.SpechtLite) folder.

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

  4. Click Reload profile 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

Profile for SpechtLite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages