From c9b8327d6fe68f64e166411d1788bb8d642b22d2 Mon Sep 17 00:00:00 2001 From: quackerd Date: Mon, 17 Jan 2022 05:29:12 +0000 Subject: [PATCH] Delete 'confs/nocturne.quacker.net' --- confs/nocturne.quacker.net | 70 -------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 confs/nocturne.quacker.net diff --git a/confs/nocturne.quacker.net b/confs/nocturne.quacker.net deleted file mode 100644 index 7df3537..0000000 --- a/confs/nocturne.quacker.net +++ /dev/null @@ -1,70 +0,0 @@ -{ - "log": { - "loglevel": "debug", - "access": "/opt/config/logs/xray/access.log", - "error": "/opt/config/logs/xray/error.log" - }, - "inbounds": [ - { - "port": 443, - "protocol": "vless", - "settings": { - "clients": [ - { - "id": "quackerd", - "flow": "xtls-rprx-direct" - }, - { - "id": "e6569ab4-c0dd-4c29-9b29-5afef6a39a92", - "flow": "xtls-rprx-direct" - }, - { - "id": "ruyuechun", - "flow": "xtls-rprx-direct" - }, - { - "id": "liangyifang", - "flow": "xtls-rprx-direct" - }, - { - "id": "zhoubowen", - "flow": "xtls-rprx-direct" - }, - { - "id": "gaoyuchen", - "flow": "xtls-rprx-direct" - }, - { - "id": "yushengde", - "flow": "xtls-rprx-direct" - } - ], - "decryption": "none", - "fallbacks": [ - { - "dest": "localhost:80" - } - ] - }, - "streamSettings": { - "network": "tcp", - "security": "xtls", - "xtlsSettings": { - "alpn": ["http/1.1", "h2"], - "certificates": [ - { - "certificateFile": "/etc/letsencrypt/live/nocturne.quacker.net/fullchain.pem", - "keyFile": "/etc/letsencrypt/live/nocturne.quacker.net/privkey.pem" - } - ] - } - } - } - ], - "outbounds": [ - { - "protocol": "freedom", - "settings": {} - } - ] -}