Skip to content

Commit

Permalink
FT:杭州CU Ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
tsosunchia committed Sep 2, 2024
1 parent f47e742 commit fa8f668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fast_trace/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ var Hangzhou = BackBoneCollection{
CU169: ISPCollection{
ISPName: CU169,
IP: "ipv4.hgh-4837.endpoint.nxtrace.org.",
IPv6: "ipv6.hgh-4837.endpoint.nxtrace.org.",
},
CM: ISPCollection{
ISPName: CM,
Expand Down
1 change: 1 addition & 0 deletions fast_trace/fast_trace ipv6.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func (f *FastTracer) testCU_v6() {
f.tracert_v6(TestIPsCollection.Beijing.Location, TestIPsCollection.Beijing.CU169)
f.tracert_v6(TestIPsCollection.Shanghai.Location, TestIPsCollection.Shanghai.CU169)
f.tracert_v6(TestIPsCollection.Shanghai.Location, TestIPsCollection.Shanghai.CU9929)
f.tracert_v6(TestIPsCollection.Hangzhou.Location, TestIPsCollection.Hangzhou.CU169)
f.tracert_v6(TestIPsCollection.Guangzhou.Location, TestIPsCollection.Guangzhou.CU169)
}

Expand Down

0 comments on commit fa8f668

Please sign in to comment.