Skip to content

Commit f7f63e8

Browse files
committed
Integration of per-host ISP info
#302
1 parent 315965a commit f7f63e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

daemon/api/types/servers.go

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ type HostInfoBase struct {
4040
MultihopPort int `json:"multihop_port"`
4141
Load float32 `json:"load"`
4242
V2RayHost string `json:"v2ray"`
43+
ISP string `json:"isp"`
4344
}
4445

4546
func (h HostInfoBase) GetHostInfoBase() HostInfoBase {

0 commit comments

Comments
 (0)