From ed765c7f570c844c13775fca4837df18ce1fe1c0 Mon Sep 17 00:00:00 2001 From: oliviamn Date: Thu, 17 Apr 2025 01:03:46 +0800 Subject: [PATCH] Add subscription nodes and configuration files for DNS and tunneling --- subscription_nodes/sublink_singbox.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/subscription_nodes/sublink_singbox.json b/subscription_nodes/sublink_singbox.json index bb56833..a9a3f87 100644 --- a/subscription_nodes/sublink_singbox.json +++ b/subscription_nodes/sublink_singbox.json @@ -132,11 +132,12 @@ }, { "tag": "TUICNODEUS", - "type": "tuic-v5", + "type": "tuic", "server": "usnode1.xorbit.link", "server_port": 8444, "uuid": "1DDD6055-BC88-4086-A24A-B97324ADF140", "password": "ckdoacnioemskiwn", + "congestion_control": "bbr", "tls": { "enabled": true, "server_name": "usnode1.xorbit.link", @@ -147,11 +148,12 @@ }, { "tag": "TUICNODESG", - "type": "tuic-v5", + "type": "tuic", "server": "mainnode.xorbit.link", "server_port": 443, "uuid": "1DDD6055-BC88-4086-A24A-B97324ADF140", "password": "ckdoacnioemskiwn", + "congestion_control": "bbr", "tls": { "enabled": true, "server_name": "mainnode.xorbit.link",