forked from SagerNet/sing-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-tls.json
22 lines (22 loc) · 905 Bytes
/
config-tls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"inbounds":[
{
"type":"vmess",
"listen":"::",
"listen_port":8880,
"users":[{"uuid":"11112222-3333-4444-aaaa-bbbbccccdddd"}],
"transport":{"type":"ws","path":"/vm","early_data_header_name":"Sec-WebSocket-Protocol"},
"multiplex":{"enabled":true,"padding":false,"brutal":{"enabled":true,"up_mbps":100,"down_mbps":100}}
},
{
"type":"vmess",
"listen":"::",
"listen_port":8443,
"users":[{"uuid":"11112222-3333-4444-aaaa-bbbbccccdddd"}],
"transport":{"type":"ws","path":"/vm","early_data_header_name":"Sec-WebSocket-Protocol"},
"multiplex":{"enabled":true,"padding":false,"brutal":{"enabled":true,"up_mbps":100,"down_mbps":100}},
"tls":{"enabled":true,"server_name":"*.by.now.cc","certificate_path":"/etc/sing-box/by.now.cc.cer","key_path":"/etc/sing-box/by.now.cc.key"}
}
],
"outbounds":[{"type":"direct"}]
}