我知道 Windows 允许通过 netsh 阻止 IP 地址,如下所示:
netsh advfirewall firewall add rule name="Block some stuff" dir=in action=block remoteip=xxx.xxx.xxx.xxx enable=yes
但是有什么方法可以使用 netsh(或者是否有任何其他 Windows 实用程序)来阻止 ipfw 和 iptables 允许的 URL?我知道有 wipfw,但如果可能的话,我想使用内置的东西。