f6e74eb0f9
* supports generic I/O socket type * Support OpenBSD Packet-Filter (pf) * Fix bugs OBS-URL: https://build.opensuse.org/package/show/server:proxy/shadowsocks-rust?expand=0&rev=33
11 lines
272 B
JSON
11 lines
272 B
JSON
{
|
|
"server": "my_server_ip",
|
|
"server_port": 8388,
|
|
"password": "mypassword",
|
|
"method": "aes-256-gcm",
|
|
// ONLY FOR `sslocal`
|
|
// Delete these lines if you are running `ssserver` or `ssmanager`
|
|
"local_address": "127.0.0.1",
|
|
"local_port": 1080
|
|
}
|