10 lines
134 B
Go
Raw Normal View History

2016-01-31 17:01:28 +01:00
package internal
2015-12-06 11:00:10 +01:00
2016-01-15 15:23:12 +01:00
import (
2016-05-15 23:09:28 -07:00
v2net "github.com/v2ray/v2ray-core/common/net"
2016-01-15 15:23:12 +01:00
)
2016-05-15 23:09:28 -07:00
type Config struct {
NameServers []v2net.Destination
2015-12-06 11:00:10 +01:00
}