Skip to content

Commit

Permalink
add docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Dec 4, 2023
1 parent 201bfc9 commit 3079b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/geoip/providers/ip2location.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export type Ip2LocationBundledResponse = {
isProxy: boolean,
};

// https://blog.ip2location.com/knowledge-base/what-is-usage-type/
const HOSTING_USAGE_TYPES = [ 'CDN', 'DCH' ];

export const ip2LocationLookup = async (addr: string): Promise<Ip2LocationBundledResponse> => {
Expand Down

0 comments on commit 3079b0d

Please sign in to comment.