Skip to content

Commit 5739d7d

Browse files
committed
删除QUIC传输层
1 parent 585fc69 commit 5739d7d

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/public/storage
55
/public/env.example.js
66
/public/favicon.ico
7+
/public/assets/admin/custom.css
78
/storage/*.key
89
/vendor
910
.env

public/assets/admin/umi.js

+1-19
Original file line numberDiff line numberDiff line change
@@ -12339,13 +12339,6 @@
1233912339
grpc: JSON.stringify({
1234012340
serviceName: "GunService"
1234112341
}, null, 4),
12342-
quic: JSON.stringify({
12343-
security: "none",
12344-
key: "",
12345-
header: {
12346-
type: "none"
12347-
}
12348-
}, null, 4),
1234912342
kcp: JSON.stringify({
1235012343
header: {
1235112344
type: "none"
@@ -12533,8 +12526,6 @@
1253312526
}, "WebSocket"), d.a.createElement(a["a"].Option, {
1253412527
value: "grpc"
1253512528
}, "gRPC"), d.a.createElement(a["a"].Option, {
12536-
value: "quic"
12537-
}, "QUIC"), d.a.createElement(a["a"].Option, {
1253812529
value: "kcp"
1253912530
}, "mKCP"), d.a.createElement(a["a"].Option, {
1254012531
value: "httpupgrade"
@@ -102993,13 +102984,6 @@
102993102984
path: "/",
102994102985
host: "xtls.github.io"
102995102986
}, null, 4),
102996-
quic: JSON.stringify({
102997-
security: "none",
102998-
key: "",
102999-
header: {
103000-
type: "none"
103001-
}
103002-
}, null, 4),
103003102987
kcp: JSON.stringify({
103004102988
header: {
103005102989
type: "none"
@@ -103181,9 +103165,7 @@
103181103165
value: "grpc"
103182103166
}, "gRPC"), y.a.createElement(N["a"].Option, {
103183103167
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, {
103187103169
value: "kcp"
103188103170
}, "mKCP"), y.a.createElement(N["a"].Option, {
103189103171
value: "httpupgrade"

0 commit comments

Comments
 (0)