53 lines
969 B
JSON
53 lines
969 B
JSON
{
|
|
"log": {
|
|
"level": "info",
|
|
"timestamp": true
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"type": "tuic",
|
|
"tag": "tuic-in",
|
|
"listen": "::",
|
|
"listen_port": 8443,
|
|
"users": [
|
|
{
|
|
"name": "user1",
|
|
"uuid": "5baf12ee-6922-4249-8ff8-7c7e26127e0d",
|
|
"password": "9tK!69jP7BpB"
|
|
}
|
|
],
|
|
"congestion_control": "bbr",
|
|
"auth_timeout": "3s",
|
|
"zero_rtt_handshake": false,
|
|
"heartbeat": "10s",
|
|
"tls": {
|
|
"enabled": true,
|
|
"server_name": "bing.com",
|
|
"alpn": [
|
|
"h3"
|
|
],
|
|
"certificate_path": "./tls/server.pem",
|
|
"key_path": "./tls/server.crt"
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "direct",
|
|
"tag": "direct"
|
|
},
|
|
{
|
|
"type": "block",
|
|
"tag": "block"
|
|
}
|
|
],
|
|
"route": {
|
|
"rules": [
|
|
{
|
|
"ip_is_private": true,
|
|
"outbound": "block"
|
|
}
|
|
],
|
|
"final": "direct"
|
|
}
|
|
} |