Skip to content

Instantly share code, notes, and snippets.

View StephenChips's full-sized avatar

Dongcai Huang StephenChips

View GitHub Profile
@tanpengsccd
tanpengsccd / config.json
Last active April 30, 2024 06:12
v2ray服务端 json 配置 文件
{
"log": {
"access": "/var/log/v2ray/access.log",
"error": "/var/log/v2ray/error.log",
"loglevel": "warning"
},
"inbound": { //理论最安全的方式 ws,有条件加上TLS
"port": 20080, //开启的端口,建议实用caddy加上TLS加密
"protocol": "vmess",