mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-06 09:15:37 -05:00
simplify config directory
This commit is contained in:
11
proxy/dokodemo/config.go
Normal file
11
proxy/dokodemo/config.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package dokodemo
|
||||
|
||||
import (
|
||||
v2net "github.com/v2ray/v2ray-core/common/net"
|
||||
)
|
||||
|
||||
type Config interface {
|
||||
Address() v2net.Address
|
||||
Network() v2net.NetworkList
|
||||
Timeout() int
|
||||
}
|
||||
Reference in New Issue
Block a user