Configuration template for SpechtLite
This is a template for SpechtLite designed for Chinese users.
The template is based on the repository SpechtLiteConf.
-
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.
-
Download all of the files to your temporary folder
-
Click
Open profile folder
and copy all of the files to that (.SpechtLite
) folder. -
Set up the correct adapter configuration according to your proxy settings.
-
Click
Reload profile
to reload your configuration. -
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) to127.0.0.1:port+1
in System Preferences.