1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-26 20:15:26 -05:00

Test case for dokodemo

This commit is contained in:
V2Ray
2015-11-01 22:17:49 +01:00
parent 03b8c8f9e8
commit 1c6b66eacf
2 changed files with 77 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
package json
import (
v2net "github.com/v2ray/v2ray-core/common/net"
v2netjson "github.com/v2ray/v2ray-core/common/net/json"
"github.com/v2ray/v2ray-core/proxy/common/config/json"
)
@@ -11,8 +10,6 @@ type DokodemoConfig struct {
Port int `json:"port"`
Network *v2netjson.NetworkList `json:"network"`
Timeout int `json:"timeout"`
address v2net.Address
}
func init() {