Merge pull request #5730 from nurbek91/IPinfo

Add IPinfo / geolocation #5714
main
Elbert Alias 3 years ago committed by GitHub
commit e390e7d4e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.2865 24.1149L19.3686 26.5394L21.7739 24.4424L24.1302 22.388C26.6641 20.1602 28.2184 17.0239 28.4566 13.6584C28.6994 10.2904 27.6074 6.96197 25.4166 4.39229C24.33 3.13211 23.0056 2.09847 21.5193 1.35044C20.0329 0.602407 18.4137 0.15467 16.7542 0.0328227C15.0955 -0.086972 13.4294 0.121879 11.8516 0.647397C10.2738 1.17291 8.81518 2.00476 7.55955 3.09523C5.02552 5.32335 3.47118 8.46 3.23315 11.8258C2.99078 15.1936 4.08271 18.5215 6.27315 21.0909L14.5814 30.7656C15.3238 31.6296 16.1046 32.5661 17.311 31.5677L17.3473 31.5368L17.3814 31.5058C18.5355 30.4445 17.7281 29.5314 16.9857 28.6664L16.4673 28.0637L8.67848 18.9896C7.04077 17.0649 6.22483 14.5738 6.40648 12.053C6.58531 9.53396 7.74819 7.18634 9.64381 5.51763C10.5843 4.7023 11.6764 4.08044 12.8575 3.68765C14.0386 3.29487 15.2855 3.13886 16.527 3.22856C19.0357 3.41316 21.3685 4.58641 23.0123 6.49043C24.6501 8.41516 25.466 10.9063 25.2843 13.4269C25.1058 15.9459 23.9433 18.2936 22.0481 19.9624L19.6929 22.0168L17.6107 19.5922L15.5286 17.1677L13.4913 14.7944C12.9589 14.1599 12.6944 13.3431 12.7535 12.5169C12.8126 11.6908 13.1908 10.92 13.8081 10.3678C14.435 9.83219 15.248 9.56533 16.0704 9.62503C16.8929 9.68473 17.6586 10.0662 18.2017 10.6866C18.6658 11.2397 18.9289 11.9336 18.9483 12.6553C18.9677 13.377 18.7421 14.084 18.3083 14.661C18.1014 14.9622 17.9992 15.3231 18.0178 15.688C18.0362 16.0529 18.1744 16.4016 18.4107 16.6802C19.4561 17.8973 20.6091 17.06 21.2235 16.0296C21.9078 14.8795 22.2161 13.5445 22.1053 12.2108C21.9946 10.877 21.4705 9.61119 20.6059 8.58963C19.5134 7.32665 17.9642 6.54911 16.2987 6.42791C14.6331 6.3067 12.9877 6.85174 11.7238 7.94323C10.4676 9.05466 9.69701 10.6141 9.57716 12.2871C9.45732 13.96 9.99782 15.6135 11.0827 16.8925L13.1211 19.2669L15.2043 21.6882L17.2865 24.1128V24.1149Z" fill="#0095E5"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -93,6 +93,21 @@
"scriptSrc": "jscripts/ips_",
"website": "https://invisioncommunity.com/"
},
"IPinfo": {
"cats": [
79
],
"description": "IPinfo is an IP address data provider.",
"icon": "IPinfo.svg",
"scriptSrc": "ipinfo\\.io/",
"saas": true,
"pricing": [
"mid",
"recurring"
],
"website": "https://ipinfo.io",
"xhr": "ipinfo\\.io/"
},
"IPInfoDB": {
"cats": [
79

Loading…
Cancel
Save