mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-06-01 01:41:55 +00:00
Adding universal config API and adding allowed/blocked country config
This commit is contained in:
@@ -38,6 +38,10 @@ public interface VPNConfig {
|
||||
|
||||
String getIp();
|
||||
|
||||
List<String> allowedCountries();
|
||||
|
||||
List<String> blockedCountries();
|
||||
|
||||
int getPort();
|
||||
|
||||
boolean metrics();
|
||||
|
||||
Reference in New Issue
Block a user