MatrixAntiVPN icon

MatrixAntiVPN -----

Detecção e bloqueio de VPN/Proxy para servidores brasileiros.



#### **API para Desenvolvedores**
```java
MatrixAntiVPNAPI api = MatrixAntiVPN.getInstance().getAPI();
api.checkIP("192.168.1.1").thenAccept(result -> { /* ... */ });
api.addToWhitelist("192.168.1.1");
api.isWhitelisted("192.168.1.1").thenAccept(whitelisted -> { /* ... */ });
```

#### **Banco de Dados**
- SQLite: configuração automática
- MySQL:
```yaml
database:
type: mysql
mysql:
host: localhost
port: 3306
database: matrixantivpn
username: root
password: "senha"
```

#### **Grandes Redes**
- Utilize MySQL
- Aumente o cache no config

#### **Redução de Falsos Positivos**
- Adicione ISPs regionais
- Utilize modo `warning` inicialmente
- Analise logs
Resource Information
Author:
----------
Total Downloads: 14
First Release: Aug 23, 2025
Last Update: Aug 23, 2025
Category: ---------------
All-Time Rating:
0 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings