| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "log": {
- "loglevel": "warning"
- },
- "inbounds": [
- {
- "listen": "/dev/shm/xrxh.socket,0666",
- "protocol": "vless",
- "settings": {
- "clients": [
- {
- "id": "" // 填写你的 UUID
- }
- ],
- "decryption": "none"
- },
- "streamSettings": {
- "network": "xhttp",
- "xhttpSettings": {
- "mode": "stream-one",
- "path": "" // 填写你的 path
- }
- }
- }
- ],
- "outbounds": [
- {
- "tag": "direct",
- "protocol": "freedom",
- "settings": {}
- },
- {
- "tag": "blocked",
- "protocol": "blackhole",
- "settings": {}
- }
- ],
- "routing": {
- "domainStrategy": "AsIs",
- "rules": [
- {
- "type": "field",
- "ip": [
- "geoip:private"
- ],
- "outboundTag": "blocked"
- }
- ]
- }
- }
|