Adding bstats

This commit is contained in:
Dawson Hessler
2021-08-27 13:12:13 -04:00
parent b1cf629945
commit 3b15a4c919
11 changed files with 213 additions and 11 deletions
@@ -36,6 +36,8 @@ public interface VPNConfig {
int getPort();
boolean metrics();
void update();
}