Browse Source

move struct back to netclient

Matthew R Kasun 2 years ago
parent
commit
4e2e66c06f
1 changed files with 0 additions and 12 deletions
  1. 0 12
      models/proxy.go

+ 0 - 12
models/proxy.go

@@ -26,18 +26,6 @@ const (
 	NoProxy ProxyAction = "NO_PROXY"
 )
 
-// Proxy - struct for proxy config
-type Proxy struct {
-	PeerPublicKey  wgtypes.Key
-	IsExtClient    bool
-	PeerConf       wgtypes.PeerConfig
-	PeerEndpoint   *net.UDPAddr
-	RemoteConnAddr *net.UDPAddr
-	LocalConnAddr  *net.UDPAddr
-	ListenPort     int
-	ProxyStatus    bool
-}
-
 // RelayedConf - struct relayed peers config
 type RelayedConf struct {
 	RelayedPeerEndpoint *net.UDPAddr         `json:"relayed_peer_endpoint"`