Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- remove mtproto
  • Loading branch information
yuhan6665 committed Jun 7, 2023
1 parent 4751d1d commit c73e413
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 892 deletions.
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,23 +107,10 @@

## Credits

This repo relies on the following third-party projects:

- Special thanks:
- [v2fly/v2ray-core](https://github.com/v2fly/v2ray-core)
- In production:
- [ghodss/yaml](https://github.com/ghodss/yaml)
- [gorilla/websocket](https://github.com/gorilla/websocket)
- [quic-go/quic-go](https://github.com/quic-go/quic-go)
- [pelletier/go-toml](https://github.com/pelletier/go-toml)
- [pires/go-proxyproto](https://github.com/pires/go-proxyproto)
- [refraction-networking/utls](https://github.com/refraction-networking/utls)
- [seiflotfy/cuckoofilter](https://github.com/seiflotfy/cuckoofilter)
- [google/starlark-go](https://github.com/google/starlark-go)
- For testing only:
- [miekg/dns](https://github.com/miekg/dns)
- [stretchr/testify](https://github.com/stretchr/testify)
- [h12w/socks](https://github.com/h12w/socks)
- [v2fly/v2ray-core](https://github.com/v2fly/v2ray-core) (forked from [9a03cc5](https://github.com/v2fly/v2ray-core/commit/9a03cc5c98d04cc28320fcee26dbc236b3291256))
- This repo relies on the following third-party projects:
- check latest [go.mod](https://github.com/XTLS/Xray-core/blob/main/go.mod)

## Compilation

Expand Down
67 changes: 0 additions & 67 deletions infra/conf/mtproto.go

This file was deleted.

40 changes: 0 additions & 40 deletions infra/conf/mtproto_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions infra/conf/xray.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ var (
"vless": func() interface{} { return new(VLessInboundConfig) },
"vmess": func() interface{} { return new(VMessInboundConfig) },
"trojan": func() interface{} { return new(TrojanServerConfig) },
"mtproto": func() interface{} { return new(MTProtoServerConfig) },
}, "protocol", "settings")

outboundConfigLoader = NewJSONConfigLoader(ConfigCreatorCache{
Expand All @@ -37,7 +36,6 @@ var (
"vless": func() interface{} { return new(VLessOutboundConfig) },
"vmess": func() interface{} { return new(VMessOutboundConfig) },
"trojan": func() interface{} { return new(TrojanClientConfig) },
"mtproto": func() interface{} { return new(MTProtoClientConfig) },
"dns": func() interface{} { return new(DNSOutboundConfig) },
"wireguard": func() interface{} { return new(WireGuardConfig) },
}, "protocol", "settings")
Expand Down
1 change: 0 additions & 1 deletion main/distro/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import (
_ "github.com/xtls/xray-core/proxy/freedom"
_ "github.com/xtls/xray-core/proxy/http"
_ "github.com/xtls/xray-core/proxy/loopback"
_ "github.com/xtls/xray-core/proxy/mtproto"
_ "github.com/xtls/xray-core/proxy/shadowsocks"
_ "github.com/xtls/xray-core/proxy/socks"
_ "github.com/xtls/xray-core/proxy/trojan"
Expand Down
148 changes: 0 additions & 148 deletions proxy/mtproto/auth.go

This file was deleted.

52 changes: 0 additions & 52 deletions proxy/mtproto/auth_test.go

This file was deleted.

Loading

0 comments on commit c73e413

Please sign in to comment.