{
"type": "shadowsocks",
"tag": "ss-out",
"server": "127.0.0.1",
"server_port": 1080,
"method": "2022-blake3-aes-128-gcm",
"password": "8JCsPssfgS8tiRwiMlhARg==",
"network": "udp",
"udp_over_tcp": false,
"multiplex": {},
... // Dial Fields
}
==Required==
The server address.
==Required==
The server port.
==Required==
Encryption methods:
2022-blake3-aes-128-gcm2022-blake3-aes-256-gcm2022-blake3-chacha20-poly1305noneaes-128-gcmaes-192-gcmaes-256-gcmchacha20-ietf-poly1305xchacha20-ietf-poly1305Legacy encryption methods:
aes-128-ctraes-192-ctraes-256-ctraes-128-cfbaes-192-cfbaes-256-cfbrc4-md5chacha20-ietfxchacha20==Required==
The shadowsocks password.
Enabled network
One of tcp udp.
Both is enabled by default.
Enable the UDP over TCP protocol.
Conflict with multiplex.
Multiplex configuration, see Multiplex.
See Dial Fields for details.