You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
961 B
40 lines
961 B
{ |
|
"log": { |
|
"loglevel": "warning" |
|
}, |
|
"inbounds": [ |
|
{ |
|
"port": 1080, |
|
"listen": "127.0.0.1", |
|
"protocol": "socks", |
|
"settings": { |
|
"udp": true |
|
} |
|
} |
|
], |
|
"outbounds": [ |
|
{ |
|
"protocol": "vless", |
|
"settings": { |
|
"vnext": [ |
|
{ |
|
"address": "{{ host }}", |
|
"port": "{{ port }}", |
|
"users": [ |
|
{ |
|
"id": "{{ uuid }}", |
|
"encryption": "none" |
|
} |
|
] |
|
} |
|
] |
|
}, |
|
"streamSettings": { |
|
"network": "kcp", |
|
"kcpSettings": { |
|
"seed": "{{ seed }}" |
|
} |
|
} |
|
} |
|
] |
|
} |