Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
send listenPort to server
Browse files Browse the repository at this point in the history
解决局域网下的路由器连接多台手机时,只能使用其中一台的问题
  • Loading branch information
mrx1203 committed Sep 19, 2018
1 parent 0b8050b commit 0d8c3a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tunnelproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func getDeviceInfo() *proto.DeviceInfo {
battery := androidutils.Battery{}
battery.Update()
devInfo.Battery = &battery
devInfo.Port = listenPort

memory, err := androidutils.MemoryInfo()
if err != nil {
Expand Down

0 comments on commit 0d8c3a0

Please sign in to comment.