mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-06 17:36:40 -05:00
10 lines
129 B
Go
10 lines
129 B
Go
package dns
|
|
|
|
import (
|
|
v2net "github.com/v2ray/v2ray-core/common/net"
|
|
)
|
|
|
|
type Config struct {
|
|
NameServers []v2net.Destination
|
|
}
|