This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{
"log": {
"loglevel": "warning"
},
"inbounds": [
"port": 10800,
"listen": "127.0.0.1",
"protocol": "socks",
"settings": {
"udp": true
}
],
"outbounds": [
"protocol": "vless",
"vnext": [
"address": "example.com", // 换成你的域名或服务器 IP(发起请求时无需解析域名了)
"port": 443,
"users": [
"id": "", // 填写你的 UUID
"encryption": "none",
"level": 0
]
"streamSettings": {
"network": "ws",
"security": "tls",
"tlsSettings": {
"serverName": "example.com" // 换成你的域名
"wsSettings": {
"path": "/websocket" // 必须换成自定义的 PATH,需要和服务端的一致