mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-03-02 19:45:22 -05:00
Move proxy/common/config to proxy/internal/config
This commit is contained in:
10
proxy/errors.go
Normal file
10
proxy/errors.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package proxy
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
InvalidAuthentication = errors.New("Invalid authentication.")
|
||||
InvalidProtocolVersion = errors.New("Invalid protocol version.")
|
||||
)
|
||||
Reference in New Issue
Block a user