Skip to content
On this page

ShadowSocks config.json file

This section explains how the ShadowSocks config.json file works.

config.json is the core configuration file of the ShadowSocks protocol. It defines how the proxy server shall behave and proxy the traffic.

Used by

List of the files and commands this file is used by:

Depends on

List of the files this file depends on:

File Content

The file has the following unexpanded content:

json
{ 
  "server":"0.0.0.0", 
  "server_port":443, 
  "local_port":1080, 
  "password":"$PASSWORD", 
  "method":"chacha20-ietf-poly1305" 
}

This website is released under the GPL-3 License.