Skip to content

Commit

Permalink
Update ip2proxy.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ip2location committed Apr 20, 2023
1 parent 58b95d0 commit 1b88c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ip2proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ var lastSeenPosition = [12]uint8{0, 0, 0, 0, 0, 0, 0, 0, 11, 11, 11, 11}
var threatPosition = [12]uint8{0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 12, 12}
var providerPosition = [12]uint8{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13}

const moduleVersion string = "4.0.0"
const moduleVersion string = "4.0.1"

var maxIPV4Range = uint128.From64(4294967295)
var maxIPV6Range = uint128.From64(0)
Expand Down

0 comments on commit 1b88c4a

Please sign in to comment.