feat: add Windows support using netsh for IP blocking#4
Conversation
|
@Satvik-Singh192 Can you also verify if the program execution has administrator rights or not before further checks, also |
|
@utkarshkgithub yes sir, i verified that we check if the program execution has administrator rights . also fixed the consistent return value . i also added instructions on how to run on windows in readme. i did add windows-requirements.txt but we dont use any external library which is exclusive for windows support. we only use prebuilt libraries and psutil is needed irrespective of the platform |
4cf533b
into
OPCODE-Open-Spring-Fest:main
Description
This pull request lays the groundwork for Windows compatibility in the Simple Firewall project.
What was done
--create-configand--statsto confirm cross-platform behavior.Semver Changes
Issues
Fixes #2 — "[Feature]: Add Windows Support using netsh for IP Blocking"
Checklist