File tree 2 files changed +2
-19
lines changed
2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 4
4
/public /storage
5
5
/public /env.example.js
6
6
/public /favicon.ico
7
+ /public /assets /admin /custom.css
7
8
/storage /* .key
8
9
/vendor
9
10
.env
Original file line number Diff line number Diff line change 12339
12339
grpc: JSON.stringify({
12340
12340
serviceName: "GunService"
12341
12341
}, null, 4),
12342
- quic: JSON.stringify({
12343
- security: "none",
12344
- key: "",
12345
- header: {
12346
- type: "none"
12347
- }
12348
- }, null, 4),
12349
12342
kcp: JSON.stringify({
12350
12343
header: {
12351
12344
type: "none"
12533
12526
}, "WebSocket"), d.a.createElement(a["a"].Option, {
12534
12527
value: "grpc"
12535
12528
}, "gRPC"), d.a.createElement(a["a"].Option, {
12536
- value: "quic"
12537
- }, "QUIC"), d.a.createElement(a["a"].Option, {
12538
12529
value: "kcp"
12539
12530
}, "mKCP"), d.a.createElement(a["a"].Option, {
12540
12531
value: "httpupgrade"
@@ -102993,13 +102984,6 @@
102993
102984
path: "/",
102994
102985
host: "xtls.github.io"
102995
102986
}, null, 4),
102996
- quic: JSON.stringify({
102997
- security: "none",
102998
- key: "",
102999
- header: {
103000
- type: "none"
103001
- }
103002
- }, null, 4),
103003
102987
kcp: JSON.stringify({
103004
102988
header: {
103005
102989
type: "none"
@@ -103181,9 +103165,7 @@
103181
103165
value: "grpc"
103182
103166
}, "gRPC"), y.a.createElement(N["a"].Option, {
103183
103167
value: "h2"
103184
- }, "HTTP\/2"), y.a.createElement(N["a"].Option, {
103185
- value: "quic"
103186
- }, "QUIC"), y.a.createElement(N["a"].Option, {
103168
+ }, "HTTP\/2"), y.a.createElement(N["a"].Option, {
103187
103169
value: "kcp"
103188
103170
}, "mKCP"), y.a.createElement(N["a"].Option, {
103189
103171
value: "httpupgrade"
You can’t perform that action at this time.
0 commit comments