{
"type": "shadowsocksr",
"tag": "ssr-out",
"server": "127.0.0.1",
"server_port": 1080,
"method": "aes-128-cfb",
"password": "8JCsPssfgS8tiRwiMlhARg==",
"obfs": "plain",
"obfs_param": "",
"protocol": "origin",
"protocol_param": "",
"network": "udp",
... // Dial Fields
}
!!! warning ""
The ShadowsocksR protocol is obsolete and unmaintained. This outbound is provided for compatibility only.
!!! warning ""
ShadowsocksR is not included by default, see [Installation](/#installation).
==Required==
The server address.
==Required==
The server port.
==Required==
Encryption methods:
aes-128-ctr
aes-192-ctr
aes-256-ctr
aes-128-cfb
aes-192-cfb
aes-256-cfb
rc4-md5
chacha20-ietf
xchacha20
==Required==
The shadowsocks password.
The ShadowsocksR obfuscate.
The ShadowsocksR obfuscate parameter.
The ShadowsocksR protocol.
The ShadowsocksR protocol parameter.
Enabled network
One of tcp
udp
.
Both is enabled by default.
See Dial Fields for details.