Strange seems like they changed their API or smth…
I found another API: https://proxycheck.io/
You can parse the result with the JSON component, and get the “type”
Here with nordvpn:
I am connected to the belgium server, and you can see that in the “type” return “VPN”
(I’m using ubuntu so yeah)
Without a VPN it will output "type": "Residential"
So from this you can check if the value of “type” is a VPN.
Is this the first time you are publishing this extension?
Up to now it is not in the extensions directory…
Could you please start a new thread in category #extensions to publish the extension including a short documenation?
This extension has only one method that throws out a boolean, True or false.
But the question is:
Does it solve your problem or not?
BTW, in times of restriction to 5 extensions for a non Premium user an extension shouldn’t have only 1 method So I wouldn’t release it.