mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-04 16:37:12 -05:00
commit
48f5e7e76b
@ -7,9 +7,9 @@ import (
|
||||
)
|
||||
|
||||
type DnsOutboundConfig struct {
|
||||
Network Network `json:network`
|
||||
Address *Address `json:address`
|
||||
Port uint16 `json:port`
|
||||
Network Network `json:"network"`
|
||||
Address *Address `json:"address"`
|
||||
Port uint16 `json:"port"`
|
||||
}
|
||||
|
||||
func (c *DnsOutboundConfig) Build() (proto.Message, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user