Files
logseq/assets/config_1690286026267_0.json

49 lines
1.0 KiB
JSON

{
"log": {
"loglevel": "warning"
},
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
"outboundTag": "block"
}
]
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 1234,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "7966c347-b5f5-46a0-b999-ef2d76e1836a",
"alterId": 0
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings":{
"path":"/pixel"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "blackhole",
"tag": "block"
}
]
}