kslr
4 years ago
2 changed files with 66 additions and 0 deletions
@ -0,0 +1,40 @@
|
||||
{ |
||||
"log": { |
||||
"loglevel": "warning" |
||||
}, |
||||
"inbounds": [ |
||||
{ |
||||
"port": 1080, |
||||
"listen": "127.0.0.1", |
||||
"protocol": "socks", |
||||
"settings": { |
||||
"udp": true |
||||
} |
||||
} |
||||
], |
||||
"outbounds": [ |
||||
{ |
||||
"protocol": "vmess", |
||||
"settings": { |
||||
"vnext": [ |
||||
{ |
||||
"address": "{{ host }}", |
||||
"port": "{{ port }}", |
||||
"users": [ |
||||
{ |
||||
"id": "{{ uuid }}", |
||||
"encryption": "none" |
||||
} |
||||
] |
||||
} |
||||
] |
||||
}, |
||||
"streamSettings": { |
||||
"network": "kcp", |
||||
"kcpSettings": { |
||||
"seed": "{{ seed }}" |
||||
} |
||||
} |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,26 @@
|
||||
{ |
||||
"log": { |
||||
"loglevel": "warning" |
||||
}, |
||||
"inbounds": [ |
||||
{ |
||||
"protocol": "vmess", |
||||
"port": "{{ port }}", |
||||
"settings": { |
||||
"decryption":"none", |
||||
"clients": [ |
||||
{"id": "{{ }}"} |
||||
] |
||||
}, |
||||
"streamSettings": { |
||||
"network": "kcp", |
||||
"kcpSettings": { |
||||
"seed": "{{ seed }}" |
||||
} |
||||
} |
||||
} |
||||
], |
||||
"outbounds": [ |
||||
{"protocol": "freedom"} |
||||
] |
||||
} |
Loading…
Reference in new issue