Adding commands on vpn detect on login

This commit is contained in:
Dawson Hessler
2021-07-18 19:51:23 -04:00
parent a2dc04dc51
commit 665b313828
5 changed files with 63 additions and 11 deletions
@@ -10,6 +10,10 @@ public interface VPNConfig {
String getKickString();
boolean runCommands();
List<String> commands();
List<String> getPrefixWhitelists();
boolean isDatabaseEnabled();