Re: firewall in python

2021-03-28 Thread Michael Torrie
On 3/28/21 12:33 PM, Quentin Bock wrote: > Is it possible to create a firewall inside python and then run that instead > of the windows defender firewall? If so how would that work or how would > that be made? Probably not. The firewall is part of the kernel since it works directly with the netwo

firewall in python

2021-03-28 Thread Quentin Bock
Is it possible to create a firewall inside python and then run that instead of the windows defender firewall? If so how would that work or how would that be made? Thanks :) V