mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
fix typo
This commit is contained in:
parent
5a08411ee2
commit
f0862df9a7
2
core.go
Normal file → Executable file
2
core.go
Normal file → Executable file
@ -19,7 +19,7 @@ var (
|
||||
version = "3.16"
|
||||
build = "Custom"
|
||||
codename = "die Commanderin"
|
||||
intro = "An unified platform for anti-censorship."
|
||||
intro = "A unified platform for anti-censorship."
|
||||
)
|
||||
|
||||
// Version returns V2Ray's version as a string, in the form of "x.y.z" where x, y and z are numbers.
|
||||
|
2
proxy/http/server.go
Normal file → Executable file
2
proxy/http/server.go
Normal file → Executable file
@ -21,7 +21,7 @@ import (
|
||||
"v2ray.com/core/transport/internet"
|
||||
)
|
||||
|
||||
// Server is a HTTP proxy server.
|
||||
// Server is an HTTP proxy server.
|
||||
type Server struct {
|
||||
config *ServerConfig
|
||||
v *core.Instance
|
||||
|
2
transport/internet/websocket/ws.go
Normal file → Executable file
2
transport/internet/websocket/ws.go
Normal file → Executable file
@ -1,6 +1,6 @@
|
||||
/*Package websocket implements Websocket transport
|
||||
|
||||
Websocket transport implements a HTTP(S) compliable, surveillance proof transport method with plausible deniability.
|
||||
Websocket transport implements an HTTP(S) compliable, surveillance proof transport method with plausible deniability.
|
||||
*/
|
||||
package websocket
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user