diff --git a/confs/kawai.quacker.net b/confs/kawai.quacker.net deleted file mode 100644 index 76a80b4..0000000 --- a/confs/kawai.quacker.net +++ /dev/null @@ -1,50 +0,0 @@ -{ - "log": { - "loglevel": "info", - "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": "7-1803", - "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/kawai.quacker.net/fullchain.pem", - "keyFile": "/etc/letsencrypt/live/kawai.quacker.net/privkey.pem" - } - ] - } - } - } - ], - "outbounds": [ - { - "protocol": "freedom", - "settings": {} - } - ] -} diff --git a/confs/nocturne.quacker.net b/confs/nocturne.quacker.net index d92c7c1..7df3537 100644 --- a/confs/nocturne.quacker.net +++ b/confs/nocturne.quacker.net @@ -33,7 +33,11 @@ { "id": "gaoyuchen", "flow": "xtls-rprx-direct" - } + }, + { + "id": "yushengde", + "flow": "xtls-rprx-direct" + } ], "decryption": "none", "fallbacks": [ @@ -63,4 +67,4 @@ "settings": {} } ] -} \ No newline at end of file +}