mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-05-31 17:31:55 +00:00
Implementing database and allowlist system
This commit is contained in:
@@ -12,6 +12,20 @@ public interface VPNConfig {
|
||||
|
||||
List<String> getPrefixWhitelists();
|
||||
|
||||
boolean isDatabaseEnabled();
|
||||
|
||||
String getDatabaseType();
|
||||
|
||||
String getDatabaseName();
|
||||
|
||||
String getUsername();
|
||||
|
||||
String getPassword();
|
||||
|
||||
String getIp();
|
||||
|
||||
int getPort();
|
||||
|
||||
void update();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user