-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Experimental
Student Main edited this page May 16, 2020
·
3 revisions
Features list here are not fully tested and may be removed in future releases.
In gui-config.json
file, add geositeGroup
string value. Shadowsocks will generate rule using this group.
Add geositeBlacklistMode
boolean value to control which rule mode Shadowsocks will generate. true
for blacklist, false
for whitelist.
Default behavior is generate blacklist for geolocation-!cn
.
In gui-config.json
file, add gfwListUrl
key-value. Shadowsocks would fetch the GFWList content from this URL.
Replaced with GeoSite.
In gui-config.json
file, add isIpv6Enabled
key-value. Default value is false
.
...
"isDefault": false,
"isIPv6Enabled": true,
"localPort": 8388,
...