Adding universal config API and adding allowed/blocked country config

This commit is contained in:
Dawson Hessler
2022-03-18 10:33:14 -04:00
parent 2fbbe5b3c8
commit 8edef241e4
20 changed files with 882 additions and 24 deletions
@@ -38,6 +38,10 @@ public interface VPNConfig {
String getIp();
List<String> allowedCountries();
List<String> blockedCountries();
int getPort();
boolean metrics();