This website requires JavaScript.
Explore
Help
Sign In
lzhr
/
v2fly
Watch
1
Star
0
Fork
0
mirror of
https://github.com/v2fly/v2ray-core.git
synced
2026-07-30 19:50:49 -04:00
Code
Issues
Releases
Wiki
Activity
Files
641e5db851ecb0f80a6dcfcbde8504dadd09ff4b
v2fly
/
proxy
/
common
/
config
/
errors.go
T
10 lines
105 B
Go
Raw
Normal View
History
Unescape
Escape
Move config cache to proxy/common
2015-10-30 22:42:24 +01:00
package
config
import
(
"errors"
)
var
(
BadConfiguration
=
errors
.
New
(
"Bad proxy configuration."
)
)
Copy Permalink