sing-box官方客户端配置简要说明,小白关键点操作指南(不定时更新) ------------------------------------------------------------------------------------ 节点区 ------------------------------------------------------------------------------------ 一、vless-reality-vision节点 ------------------------------------------------------------------------------------ { "type": "vless", "tag": "vless-sb", 自定义节点名称 "server": "1.2.3.4", 服务器本地ip "server_port": 12345, 自定义的端口 "uuid": "658ff7f4-0448-4368-a104-c3108517f56a", 自定义的uuid "flow": "xtls-rprx-vision", "tls": { "enabled": true, "server_name": "www.yahoo.com", 自定义的第三方偷域名 "utls": { "enabled": true, "fingerprint": "chrome" }, "reality": { "enabled": true, "public_key": "oBwBeiq8MjOqHS0fTXm39gRM_fdXgbAvtEWfAaW", 自定义的public-key "short_id": "91b4db47" 自定义的short-id } } }, ------------------------------------------------------------------------------------ 二、vmess-ws(tls)+argo节点 ------------------------------------------------------------------------------------ { "server": "1.2.3.4", 服务器本地ip、解析的域名、优选IP、优选域名 "server_port": 12345, 自定义的端口,vps-cdn与argo-cdn,13个端口变化,详见视频教程解析图(待发布) "tag": "vmess-sb", 自定义节点名称 "tls": { "enabled": true, tls开启:true tls关闭:false "server_name": "yg.ygkkk.eu.org", tls开启:解析的域名或者argo域名 "insecure": false, "utls": { "enabled": true, "fingerprint": "chrome" } }, "transport": { "headers": { "Host": [ "yg.ygkkk.eu.org" 解析的域名或者argo域名 ] }, "path": "658ff7f4-0448-4368-a104-c3108517f56a-vm", 自定义的uuid值-vm "type": "ws" }, "type": "vmess", "security": "auto", "uuid": "658ff7f4-0448-4368-a104-c3108517f56a" 自定义的uuid }, ------------------------------------------------------------------------------------ 三、hysteria2节点 ------------------------------------------------------------------------------------ { "type": "hysteria2", "tag": "hy2-sb", 自定义节点名称 "server": "1.2.3.4", 自签证书:服务器本地ip 域名证书:解析的域名 "server_port": 12345, 自定义的端口 "password": "658ff7f4-0448-4368-a104-c3108517f56a", 自定义的uuid "tls": { "enabled": true, "server_name": "www.bing.com", 自签证书:www.bing.com 域名证书:解析的域名 "insecure": true, 自签证书:true 域名证书:false "alpn": [ "h3" ] } }, ------------------------------------------------------------------------------------ 四、tuic5节点 ------------------------------------------------------------------------------------ { "type":"tuic", "tag": "tuic5-sb", 自定义节点名称 "server": "1.2.3.4", 自签证书:服务器本地ip 域名证书:解析的域名 "server_port": 12345, 自定义的端口 "uuid": "658ff7f4-0448-4368-a104-c3108517f56a", 自定义的uuid "password": "658ff7f4-0448-4368-a104-c3108517f56a", 自定义的uuid "congestion_control": "bbr", "udp_relay_mode": "native", "udp_over_stream": false, "zero_rtt_handshake": false, "heartbeat": "10s", "tls":{ "enabled": true, "server_name": "www.bing.com", 自签证书:www.bing.com 域名证书:解析的域名 "insecure": true, 自签证书:true 域名证书:false "alpn": [ "h3" ] } }, ------------------------------------------------------------------------------------ 分流组:共两组,分为手动选择select与自动选择auto,每组节点可按需求自行增减,确保出现的自定义节点名称可以在节点区中查找到 ------------------------------------------------------------------------------------ 手动选择select { "tag": "select", "type": "selector", "default": "auto", "outbounds": [ "auto", "vless-sb", 自定义节点名称 "vmess-sb", 自定义节点名称 "hy2-sb", 自定义节点名称 "tuic5-sb" 自定义节点名称 ………… ………… ] }, ------------------------------------------------------------------------------------ 自动选择auto { "tag": "auto", "type": "urltest", "outbounds": [ "vless-sb", 自定义节点名称 "vmess-sb", 自定义节点名称 "hy2-sb", 自定义节点名称 "tuic5-sb" 自定义节点名称 ……………… ………… ] }, ------------------------------------------------------------------------------------