@remnawave/xtls-sdk 0.6.3 → 0.8.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.
- package/build/index.d.ts +1 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +1 -1
- package/build/src/common/utils/decode-user/constants/account-types.d.ts +2 -2
- package/build/src/common/utils/decode-user/constants/account-types.d.ts.map +1 -1
- package/build/src/common/utils/decode-user/constants/account-types.js +9 -7
- package/build/src/common/utils/decode-user/decode-user.d.ts.map +1 -1
- package/build/src/common/utils/decode-user/decode-user.js +1 -2
- package/build/src/handler/handler.service.d.ts +2 -3
- package/build/src/handler/handler.service.d.ts.map +1 -1
- package/build/src/handler/handler.service.js +17 -18
- package/build/src/handler/models/get-inbound-users/get-inbound-users.response.model.d.ts.map +1 -1
- package/build/src/router/models/index.d.ts +1 -0
- package/build/src/router/models/index.d.ts.map +1 -1
- package/build/src/router/models/index.js +1 -0
- package/build/src/router/router.service.d.ts +2 -3
- package/build/src/router/router.service.d.ts.map +1 -1
- package/build/src/router/router.service.js +3 -4
- package/build/src/stats/stats.service.d.ts +1 -1
- package/build/src/stats/stats.service.d.ts.map +1 -1
- package/build/src/stats/stats.service.js +1 -1
- package/build/src/xray-protos/app/commander/config.js +3 -3
- package/build/src/xray-protos/app/dispatcher/config.js +3 -3
- package/build/src/xray-protos/app/log/command/config.d.ts +1 -1
- package/build/src/xray-protos/app/log/command/config.d.ts.map +1 -1
- package/build/src/xray-protos/app/log/command/config.js +4 -4
- package/build/src/xray-protos/app/log/config.js +2 -2
- package/build/src/xray-protos/app/metrics/config.js +2 -2
- package/build/src/xray-protos/app/policy/config.js +10 -10
- package/build/src/xray-protos/app/proxyman/command/command.d.ts +1 -1
- package/build/src/xray-protos/app/proxyman/command/command.d.ts.map +1 -1
- package/build/src/xray-protos/app/proxyman/command/command.js +23 -23
- package/build/src/xray-protos/app/proxyman/config.d.ts +0 -37
- package/build/src/xray-protos/app/proxyman/config.d.ts.map +1 -1
- package/build/src/xray-protos/app/proxyman/config.js +16 -284
- package/build/src/xray-protos/app/reverse/config.js +5 -5
- package/build/src/xray-protos/app/router/command/command.d.ts +1 -1
- package/build/src/xray-protos/app/router/command/command.d.ts.map +1 -1
- package/build/src/xray-protos/app/router/command/command.js +17 -17
- package/build/src/xray-protos/app/router/config.d.ts +0 -2
- package/build/src/xray-protos/app/router/config.d.ts.map +1 -1
- package/build/src/xray-protos/app/router/config.js +14 -21
- package/build/src/xray-protos/app/stats/command/command.d.ts +1 -1
- package/build/src/xray-protos/app/stats/command/command.d.ts.map +1 -1
- package/build/src/xray-protos/app/stats/command/command.js +11 -11
- package/build/src/xray-protos/app/stats/config.js +3 -3
- package/build/src/xray-protos/app/version/config.js +2 -2
- package/build/src/xray-protos/common/log/log.js +1 -1
- package/build/src/xray-protos/common/net/address.js +2 -2
- package/build/src/xray-protos/common/net/destination.js +2 -2
- package/build/src/xray-protos/common/net/network.js +2 -2
- package/build/src/xray-protos/common/net/port.js +3 -3
- package/build/src/xray-protos/common/protocol/headers.js +2 -2
- package/build/src/xray-protos/common/protocol/server_spec.d.ts +1 -1
- package/build/src/xray-protos/common/protocol/server_spec.d.ts.map +1 -1
- package/build/src/xray-protos/common/protocol/server_spec.js +10 -10
- package/build/src/xray-protos/common/protocol/user.js +2 -2
- package/build/src/xray-protos/common/serial/typed_message.js +2 -2
- package/build/src/xray-protos/core/config.js +4 -4
- package/build/src/xray-protos/proxy/blackhole/config.js +4 -4
- package/build/src/xray-protos/proxy/dns/config.js +2 -2
- package/build/src/xray-protos/proxy/dokodemo/config.js +3 -3
- package/build/src/xray-protos/proxy/freedom/config.js +5 -5
- package/build/src/xray-protos/proxy/http/config.d.ts +1 -1
- package/build/src/xray-protos/proxy/http/config.d.ts.map +1 -1
- package/build/src/xray-protos/proxy/http/config.js +16 -14
- package/build/src/xray-protos/proxy/loopback/config.js +2 -2
- package/build/src/xray-protos/proxy/shadowsocks/config.d.ts +1 -1
- package/build/src/xray-protos/proxy/shadowsocks/config.d.ts.map +1 -1
- package/build/src/xray-protos/proxy/shadowsocks/config.js +14 -12
- package/build/src/xray-protos/proxy/shadowsocks_2022/config.js +7 -7
- package/build/src/xray-protos/proxy/socks/config.d.ts +1 -1
- package/build/src/xray-protos/proxy/socks/config.d.ts.map +1 -1
- package/build/src/xray-protos/proxy/socks/config.js +15 -13
- package/build/src/xray-protos/proxy/trojan/config.d.ts +1 -1
- package/build/src/xray-protos/proxy/trojan/config.d.ts.map +1 -1
- package/build/src/xray-protos/proxy/trojan/config.js +15 -13
- package/build/src/xray-protos/proxy/vless/account.d.ts +2 -0
- package/build/src/xray-protos/proxy/vless/account.d.ts.map +1 -1
- package/build/src/xray-protos/proxy/vless/account.js +44 -3
- package/build/src/xray-protos/proxy/vless/encoding/addons.js +2 -2
- package/build/src/xray-protos/proxy/vless/inbound/config.js +3 -3
- package/build/src/xray-protos/proxy/vless/outbound/config.d.ts +1 -1
- package/build/src/xray-protos/proxy/vless/outbound/config.d.ts.map +1 -1
- package/build/src/xray-protos/proxy/vless/outbound/config.js +15 -13
- package/build/src/xray-protos/proxy/vmess/account.js +2 -2
- package/build/src/xray-protos/proxy/vmess/inbound/config.d.ts +0 -2
- package/build/src/xray-protos/proxy/vmess/inbound/config.d.ts.map +1 -1
- package/build/src/xray-protos/proxy/vmess/inbound/config.js +5 -22
- package/build/src/xray-protos/proxy/vmess/outbound/config.d.ts +1 -1
- package/build/src/xray-protos/proxy/vmess/outbound/config.d.ts.map +1 -1
- package/build/src/xray-protos/proxy/vmess/outbound/config.js +15 -12
- package/build/src/xray-protos/proxy/wireguard/config.js +3 -3
- package/build/src/xray-protos/transport/internet/config.d.ts +1 -0
- package/build/src/xray-protos/transport/internet/config.d.ts.map +1 -1
- package/build/src/xray-protos/transport/internet/config.js +25 -7
- package/build/src/xray-protos/typeRegistry.d.ts +1 -1
- package/build/src/xray-protos/typeRegistry.d.ts.map +1 -1
- package/build/src/xray-protos/typeRegistry.js +1 -1
- package/package.json +22 -14
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../../../src/xray-protos/app/proxyman/command/command.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../../../src/xray-protos/app/proxyman/command/command.ts"],"names":[],"mappings":"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"}
|
|
@@ -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.
|
|
4
|
+
// protoc-gen-ts_proto v2.8.3
|
|
5
5
|
// protoc v5.29.3
|
|
6
6
|
// source: app/proxyman/command/command.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -26,7 +26,7 @@ exports.AddUserOperation = {
|
|
|
26
26
|
},
|
|
27
27
|
decode(input, length) {
|
|
28
28
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
29
|
-
|
|
29
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
30
30
|
const message = createBaseAddUserOperation();
|
|
31
31
|
while (reader.pos < end) {
|
|
32
32
|
const tag = reader.uint32();
|
|
@@ -79,7 +79,7 @@ exports.RemoveUserOperation = {
|
|
|
79
79
|
},
|
|
80
80
|
decode(input, length) {
|
|
81
81
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
82
|
-
|
|
82
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
83
83
|
const message = createBaseRemoveUserOperation();
|
|
84
84
|
while (reader.pos < end) {
|
|
85
85
|
const tag = reader.uint32();
|
|
@@ -132,7 +132,7 @@ exports.AddInboundRequest = {
|
|
|
132
132
|
},
|
|
133
133
|
decode(input, length) {
|
|
134
134
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
135
|
-
|
|
135
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
136
136
|
const message = createBaseAddInboundRequest();
|
|
137
137
|
while (reader.pos < end) {
|
|
138
138
|
const tag = reader.uint32();
|
|
@@ -187,7 +187,7 @@ exports.AddInboundResponse = {
|
|
|
187
187
|
},
|
|
188
188
|
decode(input, length) {
|
|
189
189
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
190
|
-
|
|
190
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
191
191
|
const message = createBaseAddInboundResponse();
|
|
192
192
|
while (reader.pos < end) {
|
|
193
193
|
const tag = reader.uint32();
|
|
@@ -229,7 +229,7 @@ exports.RemoveInboundRequest = {
|
|
|
229
229
|
},
|
|
230
230
|
decode(input, length) {
|
|
231
231
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
232
|
-
|
|
232
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
233
233
|
const message = createBaseRemoveInboundRequest();
|
|
234
234
|
while (reader.pos < end) {
|
|
235
235
|
const tag = reader.uint32();
|
|
@@ -279,7 +279,7 @@ exports.RemoveInboundResponse = {
|
|
|
279
279
|
},
|
|
280
280
|
decode(input, length) {
|
|
281
281
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
282
|
-
|
|
282
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
283
283
|
const message = createBaseRemoveInboundResponse();
|
|
284
284
|
while (reader.pos < end) {
|
|
285
285
|
const tag = reader.uint32();
|
|
@@ -324,7 +324,7 @@ exports.AlterInboundRequest = {
|
|
|
324
324
|
},
|
|
325
325
|
decode(input, length) {
|
|
326
326
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
327
|
-
|
|
327
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
328
328
|
const message = createBaseAlterInboundRequest();
|
|
329
329
|
while (reader.pos < end) {
|
|
330
330
|
const tag = reader.uint32();
|
|
@@ -391,7 +391,7 @@ exports.AlterInboundResponse = {
|
|
|
391
391
|
},
|
|
392
392
|
decode(input, length) {
|
|
393
393
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
394
|
-
|
|
394
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
395
395
|
const message = createBaseAlterInboundResponse();
|
|
396
396
|
while (reader.pos < end) {
|
|
397
397
|
const tag = reader.uint32();
|
|
@@ -433,7 +433,7 @@ exports.ListInboundsRequest = {
|
|
|
433
433
|
},
|
|
434
434
|
decode(input, length) {
|
|
435
435
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
436
|
-
|
|
436
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
437
437
|
const message = createBaseListInboundsRequest();
|
|
438
438
|
while (reader.pos < end) {
|
|
439
439
|
const tag = reader.uint32();
|
|
@@ -489,7 +489,7 @@ exports.ListInboundsResponse = {
|
|
|
489
489
|
},
|
|
490
490
|
decode(input, length) {
|
|
491
491
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
492
|
-
|
|
492
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
493
493
|
const message = createBaseListInboundsResponse();
|
|
494
494
|
while (reader.pos < end) {
|
|
495
495
|
const tag = reader.uint32();
|
|
@@ -550,7 +550,7 @@ exports.GetInboundUserRequest = {
|
|
|
550
550
|
},
|
|
551
551
|
decode(input, length) {
|
|
552
552
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
553
|
-
|
|
553
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
554
554
|
const message = createBaseGetInboundUserRequest();
|
|
555
555
|
while (reader.pos < end) {
|
|
556
556
|
const tag = reader.uint32();
|
|
@@ -618,7 +618,7 @@ exports.GetInboundUserResponse = {
|
|
|
618
618
|
},
|
|
619
619
|
decode(input, length) {
|
|
620
620
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
621
|
-
|
|
621
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
622
622
|
const message = createBaseGetInboundUserResponse();
|
|
623
623
|
while (reader.pos < end) {
|
|
624
624
|
const tag = reader.uint32();
|
|
@@ -674,7 +674,7 @@ exports.GetInboundUsersCountResponse = {
|
|
|
674
674
|
},
|
|
675
675
|
decode(input, length) {
|
|
676
676
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
677
|
-
|
|
677
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
678
678
|
const message = createBaseGetInboundUsersCountResponse();
|
|
679
679
|
while (reader.pos < end) {
|
|
680
680
|
const tag = reader.uint32();
|
|
@@ -730,7 +730,7 @@ exports.AddOutboundRequest = {
|
|
|
730
730
|
},
|
|
731
731
|
decode(input, length) {
|
|
732
732
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
733
|
-
|
|
733
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
734
734
|
const message = createBaseAddOutboundRequest();
|
|
735
735
|
while (reader.pos < end) {
|
|
736
736
|
const tag = reader.uint32();
|
|
@@ -785,7 +785,7 @@ exports.AddOutboundResponse = {
|
|
|
785
785
|
},
|
|
786
786
|
decode(input, length) {
|
|
787
787
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
788
|
-
|
|
788
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
789
789
|
const message = createBaseAddOutboundResponse();
|
|
790
790
|
while (reader.pos < end) {
|
|
791
791
|
const tag = reader.uint32();
|
|
@@ -827,7 +827,7 @@ exports.RemoveOutboundRequest = {
|
|
|
827
827
|
},
|
|
828
828
|
decode(input, length) {
|
|
829
829
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
830
|
-
|
|
830
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
831
831
|
const message = createBaseRemoveOutboundRequest();
|
|
832
832
|
while (reader.pos < end) {
|
|
833
833
|
const tag = reader.uint32();
|
|
@@ -877,7 +877,7 @@ exports.RemoveOutboundResponse = {
|
|
|
877
877
|
},
|
|
878
878
|
decode(input, length) {
|
|
879
879
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
880
|
-
|
|
880
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
881
881
|
const message = createBaseRemoveOutboundResponse();
|
|
882
882
|
while (reader.pos < end) {
|
|
883
883
|
const tag = reader.uint32();
|
|
@@ -922,7 +922,7 @@ exports.AlterOutboundRequest = {
|
|
|
922
922
|
},
|
|
923
923
|
decode(input, length) {
|
|
924
924
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
925
|
-
|
|
925
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
926
926
|
const message = createBaseAlterOutboundRequest();
|
|
927
927
|
while (reader.pos < end) {
|
|
928
928
|
const tag = reader.uint32();
|
|
@@ -989,7 +989,7 @@ exports.AlterOutboundResponse = {
|
|
|
989
989
|
},
|
|
990
990
|
decode(input, length) {
|
|
991
991
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
992
|
-
|
|
992
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
993
993
|
const message = createBaseAlterOutboundResponse();
|
|
994
994
|
while (reader.pos < end) {
|
|
995
995
|
const tag = reader.uint32();
|
|
@@ -1028,7 +1028,7 @@ exports.ListOutboundsRequest = {
|
|
|
1028
1028
|
},
|
|
1029
1029
|
decode(input, length) {
|
|
1030
1030
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1031
|
-
|
|
1031
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1032
1032
|
const message = createBaseListOutboundsRequest();
|
|
1033
1033
|
while (reader.pos < end) {
|
|
1034
1034
|
const tag = reader.uint32();
|
|
@@ -1070,7 +1070,7 @@ exports.ListOutboundsResponse = {
|
|
|
1070
1070
|
},
|
|
1071
1071
|
decode(input, length) {
|
|
1072
1072
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1073
|
-
|
|
1073
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1074
1074
|
const message = createBaseListOutboundsResponse();
|
|
1075
1075
|
while (reader.pos < end) {
|
|
1076
1076
|
const tag = reader.uint32();
|
|
@@ -1125,7 +1125,7 @@ exports.Config = {
|
|
|
1125
1125
|
},
|
|
1126
1126
|
decode(input, length) {
|
|
1127
1127
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1128
|
-
|
|
1128
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1129
1129
|
const message = createBaseConfig();
|
|
1130
1130
|
while (reader.pos < end) {
|
|
1131
1131
|
const tag = reader.uint32();
|
|
@@ -7,39 +7,6 @@ export declare const protobufPackage = "xray.app.proxyman";
|
|
|
7
7
|
export interface InboundConfig {
|
|
8
8
|
$type: "xray.app.proxyman.InboundConfig";
|
|
9
9
|
}
|
|
10
|
-
export interface AllocationStrategy {
|
|
11
|
-
$type: "xray.app.proxyman.AllocationStrategy";
|
|
12
|
-
type: AllocationStrategy_Type;
|
|
13
|
-
/**
|
|
14
|
-
* Number of handlers (ports) running in parallel.
|
|
15
|
-
* Default value is 3 if unset.
|
|
16
|
-
*/
|
|
17
|
-
concurrency: AllocationStrategy_AllocationStrategyConcurrency | undefined;
|
|
18
|
-
/**
|
|
19
|
-
* Number of minutes before a handler is regenerated.
|
|
20
|
-
* Default value is 5 if unset.
|
|
21
|
-
*/
|
|
22
|
-
refresh: AllocationStrategy_AllocationStrategyRefresh | undefined;
|
|
23
|
-
}
|
|
24
|
-
export declare enum AllocationStrategy_Type {
|
|
25
|
-
/** Always - Always allocate all connection handlers. */
|
|
26
|
-
Always = 0,
|
|
27
|
-
/** Random - Randomly allocate specific range of handlers. */
|
|
28
|
-
Random = 1,
|
|
29
|
-
/** External - External. Not supported yet. */
|
|
30
|
-
External = 2,
|
|
31
|
-
UNRECOGNIZED = -1
|
|
32
|
-
}
|
|
33
|
-
export declare function allocationStrategy_TypeFromJSON(object: any): AllocationStrategy_Type;
|
|
34
|
-
export declare function allocationStrategy_TypeToJSON(object: AllocationStrategy_Type): string;
|
|
35
|
-
export interface AllocationStrategy_AllocationStrategyConcurrency {
|
|
36
|
-
$type: "xray.app.proxyman.AllocationStrategy.AllocationStrategyConcurrency";
|
|
37
|
-
value: number;
|
|
38
|
-
}
|
|
39
|
-
export interface AllocationStrategy_AllocationStrategyRefresh {
|
|
40
|
-
$type: "xray.app.proxyman.AllocationStrategy.AllocationStrategyRefresh";
|
|
41
|
-
value: number;
|
|
42
|
-
}
|
|
43
10
|
export interface SniffingConfig {
|
|
44
11
|
$type: "xray.app.proxyman.SniffingConfig";
|
|
45
12
|
/** Whether or not to enable content sniffing on an inbound connection. */
|
|
@@ -64,7 +31,6 @@ export interface ReceiverConfig {
|
|
|
64
31
|
portList: PortList | undefined;
|
|
65
32
|
/** Listen specifies the IP address that the Receiver should listen on. */
|
|
66
33
|
listen: IPOrDomain | undefined;
|
|
67
|
-
allocationStrategy: AllocationStrategy | undefined;
|
|
68
34
|
streamSettings: StreamConfig | undefined;
|
|
69
35
|
receiveOriginalDestination: boolean;
|
|
70
36
|
sniffingSettings: SniffingConfig | undefined;
|
|
@@ -100,9 +66,6 @@ export interface MultiplexingConfig {
|
|
|
100
66
|
xudpProxyUDP443: string;
|
|
101
67
|
}
|
|
102
68
|
export declare const InboundConfig: MessageFns<InboundConfig, "xray.app.proxyman.InboundConfig">;
|
|
103
|
-
export declare const AllocationStrategy: MessageFns<AllocationStrategy, "xray.app.proxyman.AllocationStrategy">;
|
|
104
|
-
export declare const AllocationStrategy_AllocationStrategyConcurrency: MessageFns<AllocationStrategy_AllocationStrategyConcurrency, "xray.app.proxyman.AllocationStrategy.AllocationStrategyConcurrency">;
|
|
105
|
-
export declare const AllocationStrategy_AllocationStrategyRefresh: MessageFns<AllocationStrategy_AllocationStrategyRefresh, "xray.app.proxyman.AllocationStrategy.AllocationStrategyRefresh">;
|
|
106
69
|
export declare const SniffingConfig: MessageFns<SniffingConfig, "xray.app.proxyman.SniffingConfig">;
|
|
107
70
|
export declare const ReceiverConfig: MessageFns<ReceiverConfig, "xray.app.proxyman.ReceiverConfig">;
|
|
108
71
|
export declare const InboundHandlerConfig: MessageFns<InboundHandlerConfig, "xray.app.proxyman.InboundHandlerConfig">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../src/xray-protos/app/proxyman/config.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACjE,OAAO,EACL,cAAc,EAGd,WAAW,EACX,YAAY,EACb,MAAM,iCAAiC,CAAC;AAGzC,eAAO,MAAM,eAAe,sBAAsB,CAAC;AAEnD,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,iCAAiC,CAAC;CAC1C;AAED,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../src/xray-protos/app/proxyman/config.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACjE,OAAO,EACL,cAAc,EAGd,WAAW,EACX,YAAY,EACb,MAAM,iCAAiC,CAAC;AAGzC,eAAO,MAAM,eAAe,sBAAsB,CAAC;AAEnD,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,iCAAiC,CAAC;CAC1C;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,kCAAkC,CAAC;IAC1C,0EAA0E;IAC1E,OAAO,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,mBAAmB,EAAE,MAAM,EAAE,CAAC;IAC9B,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B;;;;OAIG;IACH,YAAY,EAAE,OAAO,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,kCAAkC,CAAC;IAC1C,wEAAwE;IACxE,QAAQ,EACJ,QAAQ,GACR,SAAS,CAAC;IACd,0EAA0E;IAC1E,MAAM,EAAE,UAAU,GAAG,SAAS,CAAC;IAC/B,cAAc,EAAE,YAAY,GAAG,SAAS,CAAC;IACzC,0BAA0B,EAAE,OAAO,CAAC;IACpC,gBAAgB,EAAE,cAAc,GAAG,SAAS,CAAC;CAC9C;AAED,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,wCAAwC,CAAC;IAChD,GAAG,EAAE,MAAM,CAAC;IACZ,gBAAgB,EAAE,YAAY,GAAG,SAAS,CAAC;IAC3C,aAAa,EAAE,YAAY,GAAG,SAAS,CAAC;CACzC;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,kCAAkC,CAAC;CAC3C;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,gCAAgC,CAAC;IACxC,6DAA6D;IAC7D,GAAG,EAAE,UAAU,GAAG,SAAS,CAAC;IAC5B,cAAc,EAAE,YAAY,GAAG,SAAS,CAAC;IACzC,aAAa,EAAE,WAAW,GAAG,SAAS,CAAC;IACvC,iBAAiB,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAClD,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,sCAAsC,CAAC;IAC9C,qCAAqC;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,+EAA+E;IAC/E,WAAW,EAAE,MAAM,CAAC;IACpB,qCAAqC;IACrC,eAAe,EAAE,MAAM,CAAC;IACxB,6CAA6C;IAC7C,eAAe,EAAE,MAAM,CAAC;CACzB;AAMD,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,aAAa,EAAE,iCAAiC,CAuCtF,CAAC;AAeF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,cAAc,EAAE,kCAAkC,CA6HzF,CAAC;AAeF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,cAAc,EAAE,kCAAkC,CAmIzF,CAAC;AAaF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,EAAE,wCAAwC,CA6F3G,CAAC;AAQF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,cAAc,EAAE,kCAAkC,CAuCzF,CAAC;AAgBF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,YAAY,EAAE,gCAAgC,CAiJnF,CAAC;AAcF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,kBAAkB,EAAE,sCAAsC,CAyGrG,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"}
|