I'm working with my mate AI, to write a clever script, to keep my kids in line from using VPN in the school, which will present them with any annoying re-petative pop up on their screen, when ever they engage the use of a VPN.
it runs for 14 minutes on loop, running a 2 minute intervals check on if the local ip of the client, is within one of our networks subnets, and then checks for the reported current public IP from amazon, and if it doesn't come from one of our own, if it flags as being within one of our subnets and not with our public IP, it will proceed to prompt the end user, to turn off VPN, repetitiously, checking in every 3 minutes to see if the vpn has been turned off.
basically they are using VPN to by pass, and play games in class, the constant prompt will ongoingly interrupt their games.
its run every 14 minutes, so that next policy run, it will start over again.
my issue is, I want it to run separately to the remaining polices, I want it to run the script seperate to the policy process, allowing other processes that might run after it, to continue to run.
