mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-19 18:25:51 +08:00
remove unused field on peer conf
This commit is contained in:
parent
433b61417b
commit
3d6005b649
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ type PeerConf struct {
|
|||
ProxyListenPort int `json:"proxy_listen_port"`
|
||||
IsExtClient bool `json:"is_ext_client"`
|
||||
Address net.IP `json:"address"`
|
||||
ExtInternalIp net.IP `json:"ext_internal_ip"`
|
||||
IsRelayed bool `json:"is_relayed"`
|
||||
RelayedTo *net.UDPAddr `json:"relayed_to"`
|
||||
NatType string `json:"nat_type"`
|
||||
|
|
Loading…
Add table
Reference in a new issue