mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-07-19 15:01:35 +00:00
10 lines
134 B
Go
10 lines
134 B
Go
package internal
|
|
|
|
import (
|
|
v2net "github.com/v2ray/v2ray-core/common/net"
|
|
)
|
|
|
|
type Config struct {
|
|
NameServers []v2net.Destination
|
|
}
|