mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-06-02 09:52:19 +00:00
Implementing database versioning for CIDR whitelisting
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user