1.0.6 • Published 2 years ago

turn-it-off v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago