mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-09 18:43:14 +00:00
16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"relay": {
|
|
"server": "example.org:10000",
|
|
"ip": "127.0.0.1",
|
|
"uuid": "FE35D05B-8803-45C4-BAE6-723AD2CD5D3D",
|
|
"password": "tuic",
|
|
"certificates": [
|
|
"/etc/tuic/ca.pem"
|
|
]
|
|
},
|
|
"local": {
|
|
"server": "127.0.0.1:10001",
|
|
"max_packet_size": 65535
|
|
},
|
|
"log_level": "debug"
|
|
} |