Add subscription nodes and configuration files for DNS and tunneling
This commit is contained in:
parent
bd63bd92b0
commit
ed765c7f57
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue