打开Windows防火墙到来自特定IP地址的所有连接

是否可以在Windows防火墙中“白名单”IP地址,并允许来自该特定地址的所有连接?

    假设您想要白名单的IP地址是192.0.2.55

     netsh advfirewall firewall add rule name="Allow from 192.0.2.55" dir=in action=allow protocol=ANY remoteip=192.0.2.55