mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-05-31 17:31:55 +00:00
Implementing prefix exemptions
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package dev.brighten.antivpn.api;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface VPNConfig {
|
||||
|
||||
String getLicense();
|
||||
@@ -8,6 +10,8 @@ public interface VPNConfig {
|
||||
|
||||
String getKickString();
|
||||
|
||||
List<String> getPrefixWhitelists();
|
||||
|
||||
void update();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user