Skip to content

Instantly share code, notes, and snippets.

@goochen
goochen / config.json
Created October 3, 2019 07:49 — forked from tanpengsccd/config.json
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",