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",
|
"tag": "TUICNODEUS",
|
||||||
"type": "tuic-v5",
|
"type": "tuic",
|
||||||
"server": "usnode1.xorbit.link",
|
"server": "usnode1.xorbit.link",
|
||||||
"server_port": 8444,
|
"server_port": 8444,
|
||||||
"uuid": "1DDD6055-BC88-4086-A24A-B97324ADF140",
|
"uuid": "1DDD6055-BC88-4086-A24A-B97324ADF140",
|
||||||
"password": "ckdoacnioemskiwn",
|
"password": "ckdoacnioemskiwn",
|
||||||
|
"congestion_control": "bbr",
|
||||||
"tls": {
|
"tls": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"server_name": "usnode1.xorbit.link",
|
"server_name": "usnode1.xorbit.link",
|
||||||
|
|
@ -147,11 +148,12 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tag": "TUICNODESG",
|
"tag": "TUICNODESG",
|
||||||
"type": "tuic-v5",
|
"type": "tuic",
|
||||||
"server": "mainnode.xorbit.link",
|
"server": "mainnode.xorbit.link",
|
||||||
"server_port": 443,
|
"server_port": 443,
|
||||||
"uuid": "1DDD6055-BC88-4086-A24A-B97324ADF140",
|
"uuid": "1DDD6055-BC88-4086-A24A-B97324ADF140",
|
||||||
"password": "ckdoacnioemskiwn",
|
"password": "ckdoacnioemskiwn",
|
||||||
|
"congestion_control": "bbr",
|
||||||
"tls": {
|
"tls": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"server_name": "mainnode.xorbit.link",
|
"server_name": "mainnode.xorbit.link",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue