mirror of https://github.com/v2ray/v2ray-core
parent
b0edbec53e
commit
eb3df1a58e
|
@ -7,9 +7,9 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type DnsOutboundConfig struct {
|
type DnsOutboundConfig struct {
|
||||||
Network Network `json:network`
|
Network Network `json:"network"`
|
||||||
Address *Address `json:address`
|
Address *Address `json:"address"`
|
||||||
Port uint16 `json:port`
|
Port uint16 `json:"port"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *DnsOutboundConfig) Build() (proto.Message, error) {
|
func (c *DnsOutboundConfig) Build() (proto.Message, error) {
|
||||||
|
|
Loading…
Reference in New Issue