rteets / config.json
awshk's picture
Upload 3 files
793774f verified
Raw
History Blame Contribute Delete
1.45 kB
{
"log": {
"access": "/dev/null",
"error": "/dev/null",
"loglevel": "warning"
},
"inbounds": [
{
"port": 10000,
"listen": "127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "UUID",
"alterId": 0
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "VMESS_WSPATH"
}
}
},
{
"port": 20000,
"listen": "127.0.0.1",
"protocol": "vless",
"settings": {
"clients": [
{
"id": "UUID"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "VLESS_WSPATH"
}
}
},
{
"port": 30000,
"listen": "127.0.0.1",
"protocol": "trojan",
"settings": {
"clients": [
{
"password": "UUID"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "TROJAN_WSPATH"
}
}
},
{
"port": 40000,
"listen": "127.0.0.1",
"protocol": "shadowsocks",
"settings": {
"clients": [
{
"method": "chacha20-ietf-poly1305",
"password": "UUID"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "SS_WSPATH"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
],
"dns": {
"server": [
"8.8.8.8",
"8.8.4.4",
"localhost"
]
}
}