ShadowsocksR-Live / shadowsocksr-native

翻墙 从容穿越党国敏感日 ShadowsocksR (SSRoT) native implementation for all platforms, GFW terminator
https://github.com/ShadowsocksR-Live/shadowsocksr-native/wiki
GNU General Public License v3.0
2.74k stars 763 forks source link

config.json配置 #108

Closed sakurakatana closed 4 years ago

sakurakatana commented 4 years ago

config.json具体改如何配置啊???

flowercoder commented 4 years ago

不要自己创建,用它压缩包里自带的config.json文件修改 下面是我的配置,仅供参考,还有多项配置要参考服务器的配置 { "password": "your password", "method": "aes-256-cfb", "protocol": "auth_aes128_md5", "protocol_param": "", "obfs": "tls1.2_ticket_auth", "obfs_param": "",

"udp": false,
"timeout": 300,

"server_settings": {
    "listen_address": "0.0.0.0",
    "listen_port": 14009
},

"client_settings": {
    "server": "your host"",
    "server_port": 443,
    "listen_address": "0.0.0.0",
    "listen_port": 1080
},

"over_tls_settings": {
    "enable": true,
    "server_domain": "your domain",
    "path": "need fill out",
    "root_cert_file": ""
}

}

sakurakatana commented 4 years ago

好的,谢谢

ssrlive commented 4 years ago

https://github.com/ShadowsocksR-Live/shadowsocksr-native/wiki/%E5%85%A8%E8%87%AA%E5%8A%A8%E5%AE%89%E8%A3%85-SSRoT-%E6%9C%8D%E5%8A%A1%E5%99%A8