Commit 90af5f1
1 parent bf80143 commit 90af5f1
File tree
20 files changed
+10
-10
lines changed- app
- dns
- proxyman/command
- common
- crypto
- protocol
- signal
- done
- uuid
- proxy
- http
- vmess
- transport/internet
- kcp
- websocket
20 files changed
+10
-10
lines changedDiff for: app/dns/dohdns.go
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
252 |
| - | |
| 252 | + | |
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
|
Diff for: app/dns/udpns.go
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
| 111 | + | |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
|
Diff for: app/proxyman/command/command.go
100755
100644
File mode changed.
Diff for: common/crypto/chunk.go
100755
100644
File mode changed.
Diff for: common/protocol/account.go
100755
100644
File mode changed.
Diff for: common/protocol/context.go
100755
100644
File mode changed.
Diff for: common/protocol/id.go
100755
100644
File mode changed.
Diff for: common/signal/done/done.go
100755
100644
File mode changed.
Diff for: common/signal/notifier.go
100755
100644
File mode changed.
Diff for: common/uuid/uuid.go
100755
100644
File mode changed.
Diff for: config.go
100755
100644
File mode changed.
Diff for: core.go
100755
100644
File mode changed.
Diff for: proxy/http/server.go
100755
100644
File mode changed.
Diff for: proxy/proxy.go
100755
100644
File mode changed.
Diff for: proxy/vmess/account.pb.go
100755
100644
File mode changed.
Diff for: proxy/vmess/account.proto
100755
100644
File mode changed.
Diff for: transport/internet/kcp/segment.go
100755
100644
File mode changed.
Diff for: transport/internet/system_listener.go
+8-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
43 |
| - | |
| 42 | + | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
53 |
| - | |
| 52 | + | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
|
Diff for: transport/internet/websocket/ws.go
100755
100644
File mode changed.
Diff for: v2ray.go
100755
100644
File mode changed.
0 commit comments