mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-06-01 01:41:55 +00:00
Completed new antivpn plugin
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package dev.brighten.antivpn.api;
|
||||
|
||||
public interface VPNConfig {
|
||||
|
||||
String getLicense();
|
||||
|
||||
boolean cachedResults();
|
||||
|
||||
String getKickString();
|
||||
|
||||
void update();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user