Implementing database versioning for CIDR whitelisting

This commit is contained in:
2026-01-05 09:21:32 -05:00
parent 7913676323
commit 9f7f4b40f0
19 changed files with 551 additions and 213 deletions
@@ -190,7 +190,7 @@ public class AntiVPN {
executor.log("Failed to deregister H2 driver: " + e.getMessage());
}
}
VPNExecutor.threadExecutor.shutdown();
AntiVPN.getInstance().getExecutor().getThreadExecutor().shutdown();
if(database != null) database.shutdown();
}