1.0.5 • Published 2 years ago

react-native-mcheck-proxy v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-mcheck-proxy

检测是否挂了代理服务器

Installation

npm install react-native-mcheck-proxy

Usage

import * as McheckProxy from "react-native-mcheck-proxy";

// ...

//vpn检测(同步)
const detectVPN = CheckProxy.detectVPNSync();
//代理ip检测(同步)
const detectProxy = CheckProxy.detectProxySync();
//vpn检测
const detectVPN = await CheckProxy.detectVPNSync();
//代理ip检测
const detectProxy =  await CheckProxy.detectProxySync();
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

0.1.0

2 years ago