Skip to content

Commit c73e413

Browse files
committed
Update README.md
- remove mtproto
1 parent 4751d1d commit c73e413

File tree

14 files changed

+3
-892
lines changed

14 files changed

+3
-892
lines changed

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -107,23 +107,10 @@
107107

108108
## Credits
109109

110-
This repo relies on the following third-party projects:
111-
112110
- Special thanks:
113-
- [v2fly/v2ray-core](https://github.com/v2fly/v2ray-core)
114-
- In production:
115-
- [ghodss/yaml](https://github.com/ghodss/yaml)
116-
- [gorilla/websocket](https://github.com/gorilla/websocket)
117-
- [quic-go/quic-go](https://github.com/quic-go/quic-go)
118-
- [pelletier/go-toml](https://github.com/pelletier/go-toml)
119-
- [pires/go-proxyproto](https://github.com/pires/go-proxyproto)
120-
- [refraction-networking/utls](https://github.com/refraction-networking/utls)
121-
- [seiflotfy/cuckoofilter](https://github.com/seiflotfy/cuckoofilter)
122-
- [google/starlark-go](https://github.com/google/starlark-go)
123-
- For testing only:
124-
- [miekg/dns](https://github.com/miekg/dns)
125-
- [stretchr/testify](https://github.com/stretchr/testify)
126-
- [h12w/socks](https://github.com/h12w/socks)
111+
- [v2fly/v2ray-core](https://github.com/v2fly/v2ray-core) (forked from [9a03cc5](https://github.com/v2fly/v2ray-core/commit/9a03cc5c98d04cc28320fcee26dbc236b3291256))
112+
- This repo relies on the following third-party projects:
113+
- check latest [go.mod](https://github.com/XTLS/Xray-core/blob/main/go.mod)
127114

128115
## Compilation
129116

infra/conf/mtproto.go

Lines changed: 0 additions & 67 deletions
This file was deleted.

infra/conf/mtproto_test.go

Lines changed: 0 additions & 40 deletions
This file was deleted.

infra/conf/xray.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ var (
2424
"vless": func() interface{} { return new(VLessInboundConfig) },
2525
"vmess": func() interface{} { return new(VMessInboundConfig) },
2626
"trojan": func() interface{} { return new(TrojanServerConfig) },
27-
"mtproto": func() interface{} { return new(MTProtoServerConfig) },
2827
}, "protocol", "settings")
2928

3029
outboundConfigLoader = NewJSONConfigLoader(ConfigCreatorCache{
@@ -37,7 +36,6 @@ var (
3736
"vless": func() interface{} { return new(VLessOutboundConfig) },
3837
"vmess": func() interface{} { return new(VMessOutboundConfig) },
3938
"trojan": func() interface{} { return new(TrojanClientConfig) },
40-
"mtproto": func() interface{} { return new(MTProtoClientConfig) },
4139
"dns": func() interface{} { return new(DNSOutboundConfig) },
4240
"wireguard": func() interface{} { return new(WireGuardConfig) },
4341
}, "protocol", "settings")

main/distro/all/all.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ import (
4040
_ "github.com/xtls/xray-core/proxy/freedom"
4141
_ "github.com/xtls/xray-core/proxy/http"
4242
_ "github.com/xtls/xray-core/proxy/loopback"
43-
_ "github.com/xtls/xray-core/proxy/mtproto"
4443
_ "github.com/xtls/xray-core/proxy/shadowsocks"
4544
_ "github.com/xtls/xray-core/proxy/socks"
4645
_ "github.com/xtls/xray-core/proxy/trojan"

proxy/mtproto/auth.go

Lines changed: 0 additions & 148 deletions
This file was deleted.

proxy/mtproto/auth_test.go

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)