Compare commits
No commits in common. "3b3b488353587339cba946c3312af94403bcd90f" and "921e1bb0af9c26fd76fe6e290ce24fee5ad59d84" have entirely different histories.
3b3b488353
...
921e1bb0af
@ -71,7 +71,6 @@ func ToIP(address net.IP) protocol.IP {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func reverseIPv4(ip net.IP) string {
|
func reverseIPv4(ip net.IP) string {
|
||||||
ip = ip.To4()
|
|
||||||
return fmt.Sprintf("%d.%d.%d.%d.", ip[3], ip[2], ip[1], ip[0])
|
return fmt.Sprintf("%d.%d.%d.%d.", ip[3], ip[2], ip[1], ip[0])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
web
2
web
@ -1 +1 @@
|
|||||||
Subproject commit 35b4986c641cf18f849c204893dfaecec58ac070
|
Subproject commit 6e3ceffb95b0b781e178fe30a5d7468e420bc467
|
Loading…
Reference in New Issue
Block a user