Commit 8c360b6
Update Dependencies
1 parent 37b8ba6 commit 8c360b6
5 files changed
Lines changed: 7 additions & 7 deletions
- adapter/outbound/masque.go+75-39
- adapter/outbound/vless.go+114-5
- dns/doh.go+8-3
- dns/doq.go+6-5
- docs/config.yaml+27-10
- go.mod+1-1
- go.sum+2-2
- listener/config/vless.go+1-1
- listener/inbound/vless.go+1-1
- listener/inbound/vless_test.go+36
- listener/sing_vless/server.go+4-1
- transport/masque/client_h2.go+330
- transport/masque/masque.go+10-1
- transport/trusttunnel/client.go+14-38
- transport/trusttunnel/quic.go+4-1
- transport/xhttp/client.go+89-15
- transport/xhttp/config.go+55-83
- transport/xhttp/reuse.go+23-20
- transport/xhttp/reuse_test.go+5-5
- transport/xhttp/server.go+28-40
- transport/xhttp/server_test.go+4-1
- transport/xhttp/upload_queue.go+8-10
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments