Commit 92a3aaf
authored
Update Dependencies (MetaCubeX#737)
Co-authored-by: clash-meta-maintainer[bot] <148681994+clash-meta-maintainer[bot]@users.noreply.github.com>1 parent 8f7814b commit 92a3aaf
5 files changed
Lines changed: 7 additions & 7 deletions
- adapter/outbound/base.go+1-1
- adapter/outbound/direct.go+1-1
- adapter/outbound/masque.go+1-1
- adapter/outbound/mieru.go+1-11
- adapter/outbound/openvpn.go+7-3
- adapter/outbound/tailscale.go+46-41
- adapter/outbound/util.go+14-11
- adapter/outbound/wireguard.go+1-1
- component/iface/anet/doc.go+3
- component/iface/anet/interface.go+27
- component/iface/anet/interface_android.go+359
- component/iface/anet/netlink_android.go+179
- component/iface/iface.go+3-2
- component/process/process_linux.go+31-3
- docs/config.yaml+6-3
- go.mod+1-1
- go.sum+2-2
- listener/hysteria2_realm/server.go+1-1
- transport/openvpn/client.go+35-24
- transport/openvpn/config.go+29-9
- transport/openvpn/config_test.go+38
- transport/openvpn/keymethod.go+17-8
- transport/openvpn/keymethod_test.go+35-3
- transport/vmess/websocket.go+1-1
- tunnel/tunnel.go-9
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments