shadowsocksr-native/config.json
2020-05-12 10:41:18 +08:00

34 lines
728 B
JSON

{
"password": "password",
"method": "aes-128-ctr",
"protocol": "auth_aes128_md5", // "origin", //
"protocol_param": "",
"obfs": "tls1.2_ticket_auth", // "plain", //
"obfs_param": "",
"udp": true,
"idle_timeout": 300,
"connect_timeout": 6,
"udp_timeout": 6,
"server_settings": {
"listen_address": "0.0.0.0",
"listen_port": 12475
},
"client_settings": {
"server": "12.34.56.78",
"server_port": 12475,
"listen_address": "0.0.0.0",
"listen_port": 1080
},
"over_tls_settings": {
"enable": false,
"server_domain": "goodsitesample.com",
"path": "/udg151df/",
"root_cert_file": ""
}
}