g / config.json
haisang's picture
Update config.json
8cb4ad3 verified
raw
history blame contribute delete
819 Bytes
{
"inbounds": [{
"port": 10000,
"listen": "127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [{
"id": "7f57eaf2-9d43-48e4-b80c-25e929d2d25b",
"level": 0,
"alterId": 0
}
],
"disableInsecureEncryption": true
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/"
}
}
}
],
"outbounds": [{
"protocol": "freedom",
"settings": {}
}
],
"dns": {
"server": [
"8.8.8.8",
"8.8.4.4",
"localhost"
]
}
}