From efe6750335b5bf682aaea4467a4b6de53d82de82 Mon Sep 17 00:00:00 2001 From: wulabing Date: Tue, 10 Apr 2018 17:43:37 +0800 Subject: [PATCH] Delete config.json --- config.json | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index dbdebd3..0000000 --- a/config.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "inbound": { - "port": 443, - "protocol": "vmess", - "settings": { - "clients": [ - { - "id": "UUID", - "alterId": 64 - } - ] - }, - "streamSettings": { - "network": "h2", - "httpSettings": { - "path": "/ray/" - }, - "security": "tls", - "tlsSettings": { - "certificates": [ - { - "certificateFile": "/etc/v2ray/v2ray.crt", - "keyFile": "/etc/v2ray/v2ray.key" - } - ] - } - } - }, - "outbound": { - "protocol": "freedom", - "settings": {} - } -}