[fix]根据IP获取地址问题

This commit is contained in:
PandaX
2024-03-13 11:27:30 +08:00
parent 800ef60830
commit e4dbd843f2
4 changed files with 92 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ func TestIdsStrToIdsIntGroup(t *testing.T) {
}
func TestGetRealAddressByIP(t *testing.T) {
ip := GetRealAddressByIP("10.42.0.1")
ip := GetRealAddressByIP("58.57.107.34")
t.Log(ip)
}