| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "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 }}"
- }
- }
- }
- ]
- }
|