sing-box/test/config/tuic-client.json

16 lines
311 B
JSON
Raw Permalink Normal View History

2023-07-23 14:42:19 +08:00
{
"relay": {
2023-08-21 18:11:44 +08:00
"server": "example.org:10000",
"ip": "127.0.0.1",
2023-07-23 14:42:19 +08:00
"uuid": "FE35D05B-8803-45C4-BAE6-723AD2CD5D3D",
"password": "tuic",
"certificates": [
"/etc/tuic/ca.pem"
]
},
"local": {
2023-08-22 11:22:13 +08:00
"server": "127.0.0.1:10001",
"max_packet_size": 65535
2023-07-23 14:42:19 +08:00
},
"log_level": "debug"
}