mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
41 lines
792 B
JSON
41 lines
792 B
JSON
|
{
|
||
|
"log": {
|
||
|
"loglevel": "debug"
|
||
|
},
|
||
|
"inbounds": [
|
||
|
{
|
||
|
"listen": "0.0.0.0",
|
||
|
"port": 1234,
|
||
|
"protocol": "vmess",
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"id": "b831381d-6324-4d53-ad4f-8cda48b30811"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "ws",
|
||
|
"security": "tls",
|
||
|
"tlsSettings": {
|
||
|
"serverName": "example.org",
|
||
|
"certificates": [
|
||
|
{
|
||
|
"certificateFile": "/path/to/certificate.crt",
|
||
|
"keyFile": "/path/to/private.key"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"wsSettings": {
|
||
|
"maxEarlyData": 2048,
|
||
|
"earlyDataHeaderName": ""
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"outbounds": [
|
||
|
{
|
||
|
"protocol": "freedom"
|
||
|
}
|
||
|
]
|
||
|
}
|