mirror of
https://github.com/Alexey71/opera-proxy.git
synced 2026-05-13 22:20:59 +00:00
proper logging of selected endpoint
This commit is contained in:
@@ -97,6 +97,10 @@ func (e *SEIPEntry) NetAddr() string {
|
||||
}
|
||||
}
|
||||
|
||||
func (e SEIPEntry) String() string {
|
||||
return e.NetAddr()
|
||||
}
|
||||
|
||||
type SEDiscoverResponse struct {
|
||||
Data struct {
|
||||
IPs []SEIPEntry `json:"ips"`
|
||||
|
||||
Reference in New Issue
Block a user