1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
| { "log": { "loglevel": "warning", }, "inbounds": [{ "port": 你喜欢的端口, "protocol": "vless", "settings": { "decryption": "none", "clients": [ { "id": "随便上什么地方生成一个uuid", "level": 0 } ] }, "streamSettings": { "network":"ws", "security": "none", "wsSettings":{ "path":"/你想用的路径", "headers":{} } } }], "outbounds": [{ "protocol": "freedom", "settings": {} },{ "protocol": "blackhole", "settings": {}, "tag": "blocked" }], "routing": { "rules": [ { "type": "field", "ip": ["geoip:private"], "outboundTag": "blocked" } ] } }
|