1.0.6 • Published 3 years ago

turn-it-off v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Turn It Off!

A very simple function to detect if user is using proxy.

About

  • Simple compare of system and broswer timezone. Not realiable!
  • Get information about client and browser IPs and is they`re equal(boolean)
  • Check your `warn console to see client and browser IPs.

Return

    {
        browser: (string),
        ip: (string),
        hasVPN: (boolean),
    }

How to use

checkVPN().then((res) => {
    console.warn(res);
});
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago