no_vpn 0.1.1

A crate which enable to check if an ip is a VPN, a Proxy or a TOR connection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "no_vpn"
version = "0.1.1"
authors = ["ccgauche"]
edition = "2018"
description = "A crate which enable to check if an ip is a VPN, a Proxy or a TOR connection"
license = "MIT"

[dependencies]
rust-crypto = "0.2.36"
chrono = "0.4.6"
reqwest = "0.9.9"
base16 = "0.1.1"