@remnawave/xtls-sdk 0.7.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/build/index.d.ts +3 -3
  2. package/build/index.d.ts.map +1 -1
  3. package/build/index.js +3 -3
  4. package/build/src/common/utils/decode-user/constants/account-types.d.ts +2 -2
  5. package/build/src/common/utils/decode-user/constants/account-types.d.ts.map +1 -1
  6. package/build/src/common/utils/decode-user/constants/account-types.js +9 -7
  7. package/build/src/common/utils/decode-user/decode-user.d.ts.map +1 -1
  8. package/build/src/common/utils/decode-user/decode-user.js +1 -2
  9. package/build/src/handler/handler.service.d.ts +2 -3
  10. package/build/src/handler/handler.service.d.ts.map +1 -1
  11. package/build/src/handler/handler.service.js +17 -18
  12. package/build/src/handler/models/get-inbound-users/get-inbound-users.response.model.d.ts.map +1 -1
  13. package/build/src/router/models/index.d.ts +1 -0
  14. package/build/src/router/models/index.d.ts.map +1 -1
  15. package/build/src/router/models/index.js +1 -0
  16. package/build/src/router/router.service.d.ts +2 -3
  17. package/build/src/router/router.service.d.ts.map +1 -1
  18. package/build/src/router/router.service.js +3 -4
  19. package/build/src/stats/stats.service.d.ts +1 -1
  20. package/build/src/stats/stats.service.d.ts.map +1 -1
  21. package/build/src/stats/stats.service.js +1 -1
  22. package/build/src/xray-protos/app/commander/config.js +3 -3
  23. package/build/src/xray-protos/app/dispatcher/config.js +3 -3
  24. package/build/src/xray-protos/app/log/command/config.d.ts +1 -1
  25. package/build/src/xray-protos/app/log/command/config.d.ts.map +1 -1
  26. package/build/src/xray-protos/app/log/command/config.js +4 -4
  27. package/build/src/xray-protos/app/log/config.js +2 -2
  28. package/build/src/xray-protos/app/metrics/config.js +2 -2
  29. package/build/src/xray-protos/app/policy/config.js +10 -10
  30. package/build/src/xray-protos/app/proxyman/command/command.d.ts +1 -1
  31. package/build/src/xray-protos/app/proxyman/command/command.d.ts.map +1 -1
  32. package/build/src/xray-protos/app/proxyman/command/command.js +23 -23
  33. package/build/src/xray-protos/app/proxyman/config.js +8 -8
  34. package/build/src/xray-protos/app/reverse/config.js +5 -5
  35. package/build/src/xray-protos/app/router/command/command.d.ts +1 -1
  36. package/build/src/xray-protos/app/router/command/command.d.ts.map +1 -1
  37. package/build/src/xray-protos/app/router/command/command.js +17 -17
  38. package/build/src/xray-protos/app/router/config.d.ts +0 -2
  39. package/build/src/xray-protos/app/router/config.d.ts.map +1 -1
  40. package/build/src/xray-protos/app/router/config.js +14 -21
  41. package/build/src/xray-protos/app/stats/command/command.d.ts +1 -1
  42. package/build/src/xray-protos/app/stats/command/command.d.ts.map +1 -1
  43. package/build/src/xray-protos/app/stats/command/command.js +11 -11
  44. package/build/src/xray-protos/app/stats/config.js +3 -3
  45. package/build/src/xray-protos/app/version/config.js +2 -2
  46. package/build/src/xray-protos/common/log/log.js +1 -1
  47. package/build/src/xray-protos/common/net/address.js +2 -2
  48. package/build/src/xray-protos/common/net/destination.js +2 -2
  49. package/build/src/xray-protos/common/net/network.js +2 -2
  50. package/build/src/xray-protos/common/net/port.js +3 -3
  51. package/build/src/xray-protos/common/protocol/headers.js +2 -2
  52. package/build/src/xray-protos/common/protocol/server_spec.js +2 -2
  53. package/build/src/xray-protos/common/protocol/user.js +2 -2
  54. package/build/src/xray-protos/common/serial/typed_message.js +2 -2
  55. package/build/src/xray-protos/core/config.js +4 -4
  56. package/build/src/xray-protos/proxy/blackhole/config.js +4 -4
  57. package/build/src/xray-protos/proxy/dns/config.js +2 -2
  58. package/build/src/xray-protos/proxy/dokodemo/config.js +3 -3
  59. package/build/src/xray-protos/proxy/freedom/config.js +5 -5
  60. package/build/src/xray-protos/proxy/http/config.js +6 -6
  61. package/build/src/xray-protos/proxy/loopback/config.js +2 -2
  62. package/build/src/xray-protos/proxy/shadowsocks/config.js +4 -4
  63. package/build/src/xray-protos/proxy/shadowsocks_2022/config.js +7 -7
  64. package/build/src/xray-protos/proxy/socks/config.js +5 -5
  65. package/build/src/xray-protos/proxy/trojan/config.js +5 -5
  66. package/build/src/xray-protos/proxy/vless/account.d.ts +2 -0
  67. package/build/src/xray-protos/proxy/vless/account.d.ts.map +1 -1
  68. package/build/src/xray-protos/proxy/vless/account.js +44 -3
  69. package/build/src/xray-protos/proxy/vless/encoding/addons.js +2 -2
  70. package/build/src/xray-protos/proxy/vless/inbound/config.js +3 -3
  71. package/build/src/xray-protos/proxy/vless/outbound/config.js +2 -2
  72. package/build/src/xray-protos/proxy/vmess/account.js +2 -2
  73. package/build/src/xray-protos/proxy/vmess/inbound/config.js +4 -4
  74. package/build/src/xray-protos/proxy/vmess/outbound/config.js +2 -2
  75. package/build/src/xray-protos/proxy/wireguard/config.js +3 -3
  76. package/build/src/xray-protos/transport/internet/config.d.ts +1 -0
  77. package/build/src/xray-protos/transport/internet/config.d.ts.map +1 -1
  78. package/build/src/xray-protos/transport/internet/config.js +25 -7
  79. package/build/src/xray-protos/typeRegistry.d.ts +1 -1
  80. package/build/src/xray-protos/typeRegistry.d.ts.map +1 -1
  81. package/build/src/xray-protos/typeRegistry.js +1 -1
  82. package/package.json +22 -14
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/freedom/config.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -25,7 +25,7 @@ exports.DestinationOverride = {
25
25
  },
26
26
  decode(input, length) {
27
27
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
28
- let end = length === undefined ? reader.len : reader.pos + length;
28
+ const end = length === undefined ? reader.len : reader.pos + length;
29
29
  const message = createBaseDestinationOverride();
30
30
  while (reader.pos < end) {
31
31
  const tag = reader.uint32();
@@ -114,7 +114,7 @@ exports.Fragment = {
114
114
  },
115
115
  decode(input, length) {
116
116
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
117
- let end = length === undefined ? reader.len : reader.pos + length;
117
+ const end = length === undefined ? reader.len : reader.pos + length;
118
118
  const message = createBaseFragment();
119
119
  while (reader.pos < end) {
120
120
  const tag = reader.uint32();
@@ -277,7 +277,7 @@ exports.Noise = {
277
277
  },
278
278
  decode(input, length) {
279
279
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
280
- let end = length === undefined ? reader.len : reader.pos + length;
280
+ const end = length === undefined ? reader.len : reader.pos + length;
281
281
  const message = createBaseNoise();
282
282
  while (reader.pos < end) {
283
283
  const tag = reader.uint32();
@@ -416,7 +416,7 @@ exports.Config = {
416
416
  },
417
417
  decode(input, length) {
418
418
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
419
- let end = length === undefined ? reader.len : reader.pos + length;
419
+ const end = length === undefined ? reader.len : reader.pos + length;
420
420
  const message = createBaseConfig();
421
421
  while (reader.pos < end) {
422
422
  const tag = reader.uint32();
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/http/config.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -27,7 +27,7 @@ exports.Account = {
27
27
  },
28
28
  decode(input, length) {
29
29
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
30
- let end = length === undefined ? reader.len : reader.pos + length;
30
+ const end = length === undefined ? reader.len : reader.pos + length;
31
31
  const message = createBaseAccount();
32
32
  while (reader.pos < end) {
33
33
  const tag = reader.uint32();
@@ -101,7 +101,7 @@ exports.ServerConfig = {
101
101
  },
102
102
  decode(input, length) {
103
103
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
104
- let end = length === undefined ? reader.len : reader.pos + length;
104
+ const end = length === undefined ? reader.len : reader.pos + length;
105
105
  const message = createBaseServerConfig();
106
106
  while (reader.pos < end) {
107
107
  const tag = reader.uint32();
@@ -203,7 +203,7 @@ exports.ServerConfig_AccountsEntry = {
203
203
  },
204
204
  decode(input, length) {
205
205
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
206
- let end = length === undefined ? reader.len : reader.pos + length;
206
+ const end = length === undefined ? reader.len : reader.pos + length;
207
207
  const message = createBaseServerConfig_AccountsEntry();
208
208
  while (reader.pos < end) {
209
209
  const tag = reader.uint32();
@@ -274,7 +274,7 @@ exports.Header = {
274
274
  },
275
275
  decode(input, length) {
276
276
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
277
- let end = length === undefined ? reader.len : reader.pos + length;
277
+ const end = length === undefined ? reader.len : reader.pos + length;
278
278
  const message = createBaseHeader();
279
279
  while (reader.pos < end) {
280
280
  const tag = reader.uint32();
@@ -345,7 +345,7 @@ exports.ClientConfig = {
345
345
  },
346
346
  decode(input, length) {
347
347
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
348
- let end = length === undefined ? reader.len : reader.pos + length;
348
+ const end = length === undefined ? reader.len : reader.pos + length;
349
349
  const message = createBaseClientConfig();
350
350
  while (reader.pos < end) {
351
351
  const tag = reader.uint32();
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/loopback/config.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -23,7 +23,7 @@ exports.Config = {
23
23
  },
24
24
  decode(input, length) {
25
25
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
26
- let end = length === undefined ? reader.len : reader.pos + length;
26
+ const end = length === undefined ? reader.len : reader.pos + length;
27
27
  const message = createBaseConfig();
28
28
  while (reader.pos < end) {
29
29
  const tag = reader.uint32();
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/shadowsocks/config.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -89,7 +89,7 @@ exports.Account = {
89
89
  },
90
90
  decode(input, length) {
91
91
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
92
- let end = length === undefined ? reader.len : reader.pos + length;
92
+ const end = length === undefined ? reader.len : reader.pos + length;
93
93
  const message = createBaseAccount();
94
94
  while (reader.pos < end) {
95
95
  const tag = reader.uint32();
@@ -174,7 +174,7 @@ exports.ServerConfig = {
174
174
  },
175
175
  decode(input, length) {
176
176
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
177
- let end = length === undefined ? reader.len : reader.pos + length;
177
+ const end = length === undefined ? reader.len : reader.pos + length;
178
178
  const message = createBaseServerConfig();
179
179
  while (reader.pos < end) {
180
180
  const tag = reader.uint32();
@@ -249,7 +249,7 @@ exports.ClientConfig = {
249
249
  },
250
250
  decode(input, length) {
251
251
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
252
- let end = length === undefined ? reader.len : reader.pos + length;
252
+ const end = length === undefined ? reader.len : reader.pos + length;
253
253
  const message = createBaseClientConfig();
254
254
  while (reader.pos < end) {
255
255
  const tag = reader.uint32();
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/shadowsocks_2022/config.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -40,7 +40,7 @@ exports.ServerConfig = {
40
40
  },
41
41
  decode(input, length) {
42
42
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
43
- let end = length === undefined ? reader.len : reader.pos + length;
43
+ const end = length === undefined ? reader.len : reader.pos + length;
44
44
  const message = createBaseServerConfig();
45
45
  while (reader.pos < end) {
46
46
  const tag = reader.uint32();
@@ -162,7 +162,7 @@ exports.MultiUserServerConfig = {
162
162
  },
163
163
  decode(input, length) {
164
164
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
165
- let end = length === undefined ? reader.len : reader.pos + length;
165
+ const end = length === undefined ? reader.len : reader.pos + length;
166
166
  const message = createBaseMultiUserServerConfig();
167
167
  while (reader.pos < end) {
168
168
  const tag = reader.uint32();
@@ -280,7 +280,7 @@ exports.RelayDestination = {
280
280
  },
281
281
  decode(input, length) {
282
282
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
283
- let end = length === undefined ? reader.len : reader.pos + length;
283
+ const end = length === undefined ? reader.len : reader.pos + length;
284
284
  const message = createBaseRelayDestination();
285
285
  while (reader.pos < end) {
286
286
  const tag = reader.uint32();
@@ -397,7 +397,7 @@ exports.RelayServerConfig = {
397
397
  },
398
398
  decode(input, length) {
399
399
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
400
- let end = length === undefined ? reader.len : reader.pos + length;
400
+ const end = length === undefined ? reader.len : reader.pos + length;
401
401
  const message = createBaseRelayServerConfig();
402
402
  while (reader.pos < end) {
403
403
  const tag = reader.uint32();
@@ -498,7 +498,7 @@ exports.Account = {
498
498
  },
499
499
  decode(input, length) {
500
500
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
501
- let end = length === undefined ? reader.len : reader.pos + length;
501
+ const end = length === undefined ? reader.len : reader.pos + length;
502
502
  const message = createBaseAccount();
503
503
  while (reader.pos < end) {
504
504
  const tag = reader.uint32();
@@ -574,7 +574,7 @@ exports.ClientConfig = {
574
574
  },
575
575
  decode(input, length) {
576
576
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
577
- let end = length === undefined ? reader.len : reader.pos + length;
577
+ const end = length === undefined ? reader.len : reader.pos + length;
578
578
  const message = createBaseClientConfig();
579
579
  while (reader.pos < end) {
580
580
  const tag = reader.uint32();
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/socks/config.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -64,7 +64,7 @@ exports.Account = {
64
64
  },
65
65
  decode(input, length) {
66
66
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
67
- let end = length === undefined ? reader.len : reader.pos + length;
67
+ const end = length === undefined ? reader.len : reader.pos + length;
68
68
  const message = createBaseAccount();
69
69
  while (reader.pos < end) {
70
70
  const tag = reader.uint32();
@@ -155,7 +155,7 @@ exports.ServerConfig = {
155
155
  },
156
156
  decode(input, length) {
157
157
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
158
- let end = length === undefined ? reader.len : reader.pos + length;
158
+ const end = length === undefined ? reader.len : reader.pos + length;
159
159
  const message = createBaseServerConfig();
160
160
  while (reader.pos < end) {
161
161
  const tag = reader.uint32();
@@ -283,7 +283,7 @@ exports.ServerConfig_AccountsEntry = {
283
283
  },
284
284
  decode(input, length) {
285
285
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
286
- let end = length === undefined ? reader.len : reader.pos + length;
286
+ const end = length === undefined ? reader.len : reader.pos + length;
287
287
  const message = createBaseServerConfig_AccountsEntry();
288
288
  while (reader.pos < end) {
289
289
  const tag = reader.uint32();
@@ -351,7 +351,7 @@ exports.ClientConfig = {
351
351
  },
352
352
  decode(input, length) {
353
353
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
354
- let end = length === undefined ? reader.len : reader.pos + length;
354
+ const end = length === undefined ? reader.len : reader.pos + length;
355
355
  const message = createBaseClientConfig();
356
356
  while (reader.pos < end) {
357
357
  const tag = reader.uint32();
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/trojan/config.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -25,7 +25,7 @@ exports.Account = {
25
25
  },
26
26
  decode(input, length) {
27
27
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
28
- let end = length === undefined ? reader.len : reader.pos + length;
28
+ const end = length === undefined ? reader.len : reader.pos + length;
29
29
  const message = createBaseAccount();
30
30
  while (reader.pos < end) {
31
31
  const tag = reader.uint32();
@@ -93,7 +93,7 @@ exports.Fallback = {
93
93
  },
94
94
  decode(input, length) {
95
95
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
96
- let end = length === undefined ? reader.len : reader.pos + length;
96
+ const end = length === undefined ? reader.len : reader.pos + length;
97
97
  const message = createBaseFallback();
98
98
  while (reader.pos < end) {
99
99
  const tag = reader.uint32();
@@ -209,7 +209,7 @@ exports.ClientConfig = {
209
209
  },
210
210
  decode(input, length) {
211
211
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
212
- let end = length === undefined ? reader.len : reader.pos + length;
212
+ const end = length === undefined ? reader.len : reader.pos + length;
213
213
  const message = createBaseClientConfig();
214
214
  while (reader.pos < end) {
215
215
  const tag = reader.uint32();
@@ -270,7 +270,7 @@ exports.ServerConfig = {
270
270
  },
271
271
  decode(input, length) {
272
272
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
273
- let end = length === undefined ? reader.len : reader.pos + length;
273
+ const end = length === undefined ? reader.len : reader.pos + length;
274
274
  const message = createBaseServerConfig();
275
275
  while (reader.pos < end) {
276
276
  const tag = reader.uint32();
@@ -15,6 +15,8 @@ export interface Account {
15
15
  seconds: number;
16
16
  padding: string;
17
17
  reverse: Reverse | undefined;
18
+ testpre: number;
19
+ testseed: number[];
18
20
  }
19
21
  export declare const Reverse: MessageFns<Reverse, "xray.proxy.vless.Reverse">;
20
22
  export declare const Account: MessageFns<Account, "xray.proxy.vless.Account">;
@@ -1 +1 @@
1
- {"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../../../../src/xray-protos/proxy/vless/account.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAGrE,eAAO,MAAM,eAAe,qBAAqB,CAAC;AAElD,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,0BAA0B,CAAC;IAClC,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,0BAA0B,CAAC;IAClC,8FAA8F;IAC9F,EAAE,EAAE,MAAM,CAAC;IACX,gDAAgD;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;CAC9B;AAMD,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,OAAO,EAAE,0BAA0B,CAsDnE,CAAC;AAiBF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,OAAO,EAAE,0BAA0B,CA2JnE,CAAC;AAIF,KAAK,OAAO,GAAG,IAAI,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;AAEpF,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,OAAO,GAAG,CAAC,GAC9C,CAAC,SAAS,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,GACtE,CAAC,SAAS,aAAa,CAAC,MAAM,CAAC,CAAC,GAAG,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,GAChE,CAAC,SAAS,EAAE,GAAG;KAAG,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CAAE,GACvE,OAAO,CAAC,CAAC,CAAC,CAAC;AAMf,MAAM,WAAW,UAAU,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM;IAC7C,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC;IAClB,MAAM,CAAC,OAAO,EAAE,CAAC,EAAE,MAAM,CAAC,EAAE,YAAY,GAAG,YAAY,CAAC;IACxD,MAAM,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC;IAC7D,QAAQ,CAAC,MAAM,EAAE,GAAG,GAAG,CAAC,CAAC;IACzB,MAAM,CAAC,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;IAC5B,MAAM,CAAC,IAAI,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;IACjC,WAAW,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;CACxC"}
1
+ {"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../../../../src/xray-protos/proxy/vless/account.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAGrE,eAAO,MAAM,eAAe,qBAAqB,CAAC;AAElD,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,0BAA0B,CAAC;IAClC,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,0BAA0B,CAAC;IAClC,8FAA8F;IAC9F,EAAE,EAAE,MAAM,CAAC;IACX,gDAAgD;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB;AAMD,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,OAAO,EAAE,0BAA0B,CAsDnE,CAAC;AAmBF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,OAAO,EAAE,0BAA0B,CAuMnE,CAAC;AAIF,KAAK,OAAO,GAAG,IAAI,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;AAEpF,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,OAAO,GAAG,CAAC,GAC9C,CAAC,SAAS,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,GACtE,CAAC,SAAS,aAAa,CAAC,MAAM,CAAC,CAAC,GAAG,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,GAChE,CAAC,SAAS,EAAE,GAAG;KAAG,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CAAE,GACvE,OAAO,CAAC,CAAC,CAAC,CAAC;AAMf,MAAM,WAAW,UAAU,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM;IAC7C,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC;IAClB,MAAM,CAAC,OAAO,EAAE,CAAC,EAAE,MAAM,CAAC,EAAE,YAAY,GAAG,YAAY,CAAC;IACxD,MAAM,CAAC,KAAK,EAAE,YAAY,GAAG,UAAU,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC;IAC7D,QAAQ,CAAC,MAAM,EAAE,GAAG,GAAG,CAAC,CAAC;IACzB,MAAM,CAAC,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;IAC5B,MAAM,CAAC,IAAI,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;IACjC,WAAW,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;CACxC"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/vless/account.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -23,7 +23,7 @@ exports.Reverse = {
23
23
  },
24
24
  decode(input, length) {
25
25
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
26
- let end = length === undefined ? reader.len : reader.pos + length;
26
+ const end = length === undefined ? reader.len : reader.pos + length;
27
27
  const message = createBaseReverse();
28
28
  while (reader.pos < end) {
29
29
  const tag = reader.uint32();
@@ -73,6 +73,8 @@ function createBaseAccount() {
73
73
  seconds: 0,
74
74
  padding: "",
75
75
  reverse: undefined,
76
+ testpre: 0,
77
+ testseed: [],
76
78
  };
77
79
  }
78
80
  exports.Account = {
@@ -99,11 +101,19 @@ exports.Account = {
99
101
  if (message.reverse !== undefined) {
100
102
  exports.Reverse.encode(message.reverse, writer.uint32(58).fork()).join();
101
103
  }
104
+ if (message.testpre !== 0) {
105
+ writer.uint32(64).uint32(message.testpre);
106
+ }
107
+ writer.uint32(74).fork();
108
+ for (const v of message.testseed) {
109
+ writer.uint32(v);
110
+ }
111
+ writer.join();
102
112
  return writer;
103
113
  },
104
114
  decode(input, length) {
105
115
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
106
- let end = length === undefined ? reader.len : reader.pos + length;
116
+ const end = length === undefined ? reader.len : reader.pos + length;
107
117
  const message = createBaseAccount();
108
118
  while (reader.pos < end) {
109
119
  const tag = reader.uint32();
@@ -157,6 +167,27 @@ exports.Account = {
157
167
  message.reverse = exports.Reverse.decode(reader, reader.uint32());
158
168
  continue;
159
169
  }
170
+ case 8: {
171
+ if (tag !== 64) {
172
+ break;
173
+ }
174
+ message.testpre = reader.uint32();
175
+ continue;
176
+ }
177
+ case 9: {
178
+ if (tag === 72) {
179
+ message.testseed.push(reader.uint32());
180
+ continue;
181
+ }
182
+ if (tag === 74) {
183
+ const end2 = reader.uint32() + reader.pos;
184
+ while (reader.pos < end2) {
185
+ message.testseed.push(reader.uint32());
186
+ }
187
+ continue;
188
+ }
189
+ break;
190
+ }
160
191
  }
161
192
  if ((tag & 7) === 4 || tag === 0) {
162
193
  break;
@@ -175,6 +206,8 @@ exports.Account = {
175
206
  seconds: isSet(object.seconds) ? globalThis.Number(object.seconds) : 0,
176
207
  padding: isSet(object.padding) ? globalThis.String(object.padding) : "",
177
208
  reverse: isSet(object.reverse) ? exports.Reverse.fromJSON(object.reverse) : undefined,
209
+ testpre: isSet(object.testpre) ? globalThis.Number(object.testpre) : 0,
210
+ testseed: globalThis.Array.isArray(object?.testseed) ? object.testseed.map((e) => globalThis.Number(e)) : [],
178
211
  };
179
212
  },
180
213
  toJSON(message) {
@@ -200,6 +233,12 @@ exports.Account = {
200
233
  if (message.reverse !== undefined) {
201
234
  obj.reverse = exports.Reverse.toJSON(message.reverse);
202
235
  }
236
+ if (message.testpre !== 0) {
237
+ obj.testpre = Math.round(message.testpre);
238
+ }
239
+ if (message.testseed?.length) {
240
+ obj.testseed = message.testseed.map((e) => Math.round(e));
241
+ }
203
242
  return obj;
204
243
  },
205
244
  create(base) {
@@ -216,6 +255,8 @@ exports.Account = {
216
255
  message.reverse = (object.reverse !== undefined && object.reverse !== null)
217
256
  ? exports.Reverse.fromPartial(object.reverse)
218
257
  : undefined;
258
+ message.testpre = object.testpre ?? 0;
259
+ message.testseed = object.testseed?.map((e) => e) || [];
219
260
  return message;
220
261
  },
221
262
  };
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/vless/encoding/addons.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -26,7 +26,7 @@ exports.Addons = {
26
26
  },
27
27
  decode(input, length) {
28
28
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
29
- let end = length === undefined ? reader.len : reader.pos + length;
29
+ const end = length === undefined ? reader.len : reader.pos + length;
30
30
  const message = createBaseAddons();
31
31
  while (reader.pos < end) {
32
32
  const tag = reader.uint32();
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/vless/inbound/config.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -39,7 +39,7 @@ exports.Fallback = {
39
39
  },
40
40
  decode(input, length) {
41
41
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
42
- let end = length === undefined ? reader.len : reader.pos + length;
42
+ const end = length === undefined ? reader.len : reader.pos + length;
43
43
  const message = createBaseFallback();
44
44
  while (reader.pos < end) {
45
45
  const tag = reader.uint32();
@@ -182,7 +182,7 @@ exports.Config = {
182
182
  },
183
183
  decode(input, length) {
184
184
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
185
- let end = length === undefined ? reader.len : reader.pos + length;
185
+ const end = length === undefined ? reader.len : reader.pos + length;
186
186
  const message = createBaseConfig();
187
187
  while (reader.pos < end) {
188
188
  const tag = reader.uint32();
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/vless/outbound/config.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -24,7 +24,7 @@ exports.Config = {
24
24
  },
25
25
  decode(input, length) {
26
26
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
27
- let end = length === undefined ? reader.len : reader.pos + length;
27
+ const end = length === undefined ? reader.len : reader.pos + length;
28
28
  const message = createBaseConfig();
29
29
  while (reader.pos < end) {
30
30
  const tag = reader.uint32();
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/vmess/account.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -30,7 +30,7 @@ exports.Account = {
30
30
  },
31
31
  decode(input, length) {
32
32
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
33
- let end = length === undefined ? reader.len : reader.pos + length;
33
+ const end = length === undefined ? reader.len : reader.pos + length;
34
34
  const message = createBaseAccount();
35
35
  while (reader.pos < end) {
36
36
  const tag = reader.uint32();
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/vmess/inbound/config.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -24,7 +24,7 @@ exports.DetourConfig = {
24
24
  },
25
25
  decode(input, length) {
26
26
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
27
- let end = length === undefined ? reader.len : reader.pos + length;
27
+ const end = length === undefined ? reader.len : reader.pos + length;
28
28
  const message = createBaseDetourConfig();
29
29
  while (reader.pos < end) {
30
30
  const tag = reader.uint32();
@@ -77,7 +77,7 @@ exports.DefaultConfig = {
77
77
  },
78
78
  decode(input, length) {
79
79
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
80
- let end = length === undefined ? reader.len : reader.pos + length;
80
+ const end = length === undefined ? reader.len : reader.pos + length;
81
81
  const message = createBaseDefaultConfig();
82
82
  while (reader.pos < end) {
83
83
  const tag = reader.uint32();
@@ -133,7 +133,7 @@ exports.Config = {
133
133
  },
134
134
  decode(input, length) {
135
135
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
136
- let end = length === undefined ? reader.len : reader.pos + length;
136
+ const end = length === undefined ? reader.len : reader.pos + length;
137
137
  const message = createBaseConfig();
138
138
  while (reader.pos < end) {
139
139
  const tag = reader.uint32();
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/vmess/outbound/config.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -24,7 +24,7 @@ exports.Config = {
24
24
  },
25
25
  decode(input, length) {
26
26
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
27
- let end = length === undefined ? reader.len : reader.pos + length;
27
+ const end = length === undefined ? reader.len : reader.pos + length;
28
28
  const message = createBaseConfig();
29
29
  while (reader.pos < end) {
30
30
  const tag = reader.uint32();
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
- // protoc-gen-ts_proto v2.2.7
4
+ // protoc-gen-ts_proto v2.8.3
5
5
  // protoc v5.29.3
6
6
  // source: proxy/wireguard/config.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -93,7 +93,7 @@ exports.PeerConfig = {
93
93
  },
94
94
  decode(input, length) {
95
95
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
96
- let end = length === undefined ? reader.len : reader.pos + length;
96
+ const end = length === undefined ? reader.len : reader.pos + length;
97
97
  const message = createBasePeerConfig();
98
98
  while (reader.pos < end) {
99
99
  const tag = reader.uint32();
@@ -234,7 +234,7 @@ exports.DeviceConfig = {
234
234
  },
235
235
  decode(input, length) {
236
236
  const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
237
- let end = length === undefined ? reader.len : reader.pos + length;
237
+ const end = length === undefined ? reader.len : reader.pos + length;
238
238
  const message = createBaseDeviceConfig();
239
239
  while (reader.pos < end) {
240
240
  const tag = reader.uint32();
@@ -96,6 +96,7 @@ export interface SocketConfig {
96
96
  customSockopt: CustomSockopt[];
97
97
  addressPortStrategy: AddressPortStrategy;
98
98
  happyEyeballs: HappyEyeballsConfig | undefined;
99
+ trustedXForwardedFor: string[];
99
100
  }
100
101
  export declare enum SocketConfig_TProxyMode {
101
102
  /** Off - TProxy is off. */
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../src/xray-protos/transport/internet/config.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../src/xray-protos/transport/internet/config.ts"],"names":[],"mappings":"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"}