mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
fix: json field tag syntax
This commit is contained in:
parent
1a294298e8
commit
ad4f41e1c0
@ -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…
x
Reference in New Issue
Block a user