You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
{ |
|
"log": { |
|
"loglevel": "warning" |
|
}, |
|
"inbounds": [ |
|
{ |
|
"port": 10800, |
|
"listen": "127.0.0.1", |
|
"protocol": "socks", |
|
"settings": { |
|
"udp": true |
|
} |
|
} |
|
], |
|
"outbounds": [ |
|
{ |
|
"protocol": "vless", |
|
"settings": { |
|
"vnext": [ |
|
{ |
|
"address": "example.com", // 换成你的域名或服务器 IP(发起请求时无需解析域名了) |
|
"port": 443, |
|
"users": [ |
|
{ |
|
"id": "", // 填写你的 UUID |
|
"encryption": "none", |
|
"level": 0 |
|
} |
|
] |
|
} |
|
] |
|
}, |
|
"streamSettings": { |
|
"network": "tcp", |
|
"security": "tls", |
|
"tlsSettings": { |
|
"serverName": "example.com" // 换成你的域名 |
|
} |
|
} |
|
} |
|
] |
|
} |