From 933397bb643a42c69067d59206bf37169671ab64 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 29 Dec 2025 19:21:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.json | 53 ---------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 config/config.json diff --git a/config/config.json b/config/config.json deleted file mode 100644 index 989d85e..0000000 --- a/config/config.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "log": { - "level": "info", - "timestamp": true - }, - "inbounds": [ - { - "type": "tuic", - "tag": "tuic-in", - "listen": "::", - "listen_port": 8443, - "users": [ - { - "name": "user1", - "uuid": "你的UUID", - "password": "你的密码" - } - ], - "congestion_control": "bbr", - "auth_timeout": "3s", - "zero_rtt_handshake": false, - "heartbeat": "10s", - "tls": { - "enabled": true, - "server_name": "bing.com", - "alpn": [ - "h3" - ], - "key_path": "/etc/sing-box/tls/server.key", - "certificate_path": "/etc/sing-box/tls/server.crt" - } - } - ], - "outbounds": [ - { - "type": "direct", - "tag": "direct" - }, - { - "type": "block", - "tag": "block" - } - ], - "route": { - "rules": [ - { - "ip_is_private": true, - "outbound": "block" - } - ], - "final": "direct" - } -} \ No newline at end of file