netsh 指令阻止 URL 進入防火牆

netsh 指令阻止 URL 進入防火牆

我嘗試使用 netsh 命令透過防火牆封鎖 URL,但沒有成功。這就是我阻止 IP 的方法:

netsh advfirewall firewall add rule name="Block URL" remoteip=<ip_to_block> dir=out enable=yes action=block

用 URL 替換 IP 不起作用

答案1

您需要解析 URL IP。

您可以使用尋找執行此操作或使用其他 ip 解析器。

例子

http://www.tomshardware.com/

在此輸入影像描述

netsh advfirewall firewall add rule name="Block URL" remoteip=<194.25.95.137> dir=out enable=yes action=block

netsh advfirewall firewall add rule name="Block URL" remoteip=<194.25.95.131> dir=out enable=yes action=block

您也可以使用此類網站來解析 URL 的 Ip。

網站解析器

相關內容