v2 / config.json
hf
init
46bff3b
raw
history blame
604 Bytes
{
"inbounds": [
{
"port": 10000,
"listen": "127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "UUID",
"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"
]
}
}