POQDavid is an independent Windows developer whose GitHub presence centers on network-level system utilities that expose low-level packet control to everyday users. The publisher’s single released title, PotatoWall, leverages the open-source WinDivert driver to create a lightweight, rule-based firewall front-end. Instead of presenting the dense syntax of command-line filters, the program offers a plain graphical console where inbound and outbound connections can be allowed or blocked in real time by application, IP range, port, or protocol. Typical use cases range from taming bandwidth-hungry background updaters and isolating telemetry endpoints to quickly quarantining suspicious processes during malware triage. Because it sits on top of WinDivert, PotatoWall gives hobbyists, gamers, and privacy-minded professionals the same packet-interception powers normally reserved for enterprise-grade tools, yet keeps resource usage minimal and avoids the complexity of writing custom diverting scripts. The interface logs every matched packet, so rules can be refined without restarting the system, and profiles can be exported for reuse across machines. Although the portfolio is presently narrow, the codebase is public, inviting community pull requests that could expand functionality into broader traffic-shaping or QoS scenarios. POQDavid’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always install the latest upstream build, and support batch installation alongside other applications.

PotatoWall

By using WinDivert this application gives you the ability to allow/block connections.

Details