Skip to content

Commit

Permalink
Revert "Remove unavailable IP Geo DB"
Browse files Browse the repository at this point in the history
This reverts commit 66d685f.
  • Loading branch information
jason5ng32 committed Nov 1, 2024
1 parent 66d685f commit c07235b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions frontend/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ export const useMainStore = defineStore('main', {
{ id: 0, text: 'IPCheck.ing', url: '/api/ipchecking?ip={{ip}}&lang={{lang}}', enabled: true },
{ id: 1, text: 'IPinfo.io', url: '/api/ipinfo?ip={{ip}}', enabled: true },
{ id: 2, text: 'IP-API.com', url: '/api/ipapicom?ip={{ip}}&lang={{lang}}', enabled: true },
{ id: 3, text: 'KeyCDN', url: '/api/keycdn?ip={{ip}}', enabled: true },
{ id: 4, text: 'IP.SB', url: '/api/ipsb?ip={{ip}}', enabled: true },
{ id: 5, text: 'IPAPI.is', url: '/api/ipapiis?ip={{ip}}', enabled: true },
{ id: 6, text: 'MaxMind', url: '/api/maxmind?ip={{ip}}&lang={{lang}}', enabled: true },
{ id: 3, text: 'IPAPI.co', url: 'https://ipapi.co/{{ip}}/json/', enabled: true },
{ id: 4, text: 'KeyCDN', url: '/api/keycdn?ip={{ip}}', enabled: true },
{ id: 5, text: 'IP.SB', url: '/api/ipsb?ip={{ip}}', enabled: true },
{ id: 6, text: 'IPAPI.is', url: '/api/ipapiis?ip={{ip}}', enabled: true },
{ id: 7, text: 'MaxMind', url: '/api/maxmind?ip={{ip}}&lang={{lang}}', enabled: true },
],
}),

Expand Down

0 comments on commit c07235b

Please sign in to comment.