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.
47 lines
1.2 KiB
47 lines
1.2 KiB
{ |
|
"log": { |
|
"loglevel": "warning" |
|
}, |
|
"inbounds": [ |
|
{ |
|
"listen": "127.0.0.1", |
|
"port": "1080", |
|
"protocol": "socks", |
|
"settings": { |
|
"auth": "noauth" |
|
} |
|
} |
|
], |
|
"outbounds": [ |
|
{ |
|
"protocol": "vless", |
|
"settings": { |
|
"vnext": [ |
|
{ |
|
"address": "your_server_ip", |
|
"port": 443, |
|
"users": [ |
|
{ |
|
"id": "", |
|
"encryption": "none" |
|
} |
|
] |
|
} |
|
] |
|
}, |
|
"streamSettings": { |
|
"network": "gun", |
|
"security": "tls", |
|
"tlsSettings": { |
|
"serverName": "your_domain", |
|
"alpn": [ |
|
"h2" |
|
] |
|
}, |
|
"grpcSettings": { |
|
"serviceName": "GunService" |
|
} |
|
} |
|
} |
|
] |
|
} |