forked from PlutoChiou/shadowsocks-rss
-
Notifications
You must be signed in to change notification settings - Fork 348
Home
2640209032 edited this page Nov 29, 2018
·
2 revisions
"password": "jonny1002",
"timeout": 120,
"udp_timeout": 60,
"method": "aes-128-ctr",
"protocol": "auth_aes128_md5",
"protocol_param": "",
"obfs": "tls1.2_ticket_auth_compatible",
"obfs_param": "",
"speed_limit_per_con": 0,
"speed_limit_per_user": 0,
"dns_ipv6": false,
"connect_verbose_info": 0,
"redirect": "",
"fast_open": false
"password": "12345678",
"timeout": 120,
"udp_timeout": 60,
"method": "aes-128-ctr",
"protocol": "auth_aes128_md5",
"protocol_param": "5", //这个参数可以控制连接客户端的数量默认为空,默认限制是64,如果你觉得多了,可以限制,比如设置为5个
"obfs": "tls1.2_ticket_auth_compatible",
"obfs_param": "",
"speed_limit_per_con": 0,
"speed_limit_per_user": 0,
"dns_ipv6": false,
"connect_verbose_info": 0,
"redirect": "",
"fast_open": false