SonicWall: Config - WAN HTTPS Management Exposed List
submitted
J
Josh Archibald
Lists the WAN -> WAN rules where HTTPS Management is exposed to "any".
For "Latest"TSRAccessRules[? name ==
WAN -> WAN
].rules[]|[? contains(Name, Allow
) && contains(Ip, Any ->
) && contains(Name, HTTPS Management
)].join(' | ', [Name,Ip])For 7.0Firewall.AccessRulesIPv4[? contains(From, WAN
) && contains(To, WAN
) && Action == allow
&& ServiceName == HTTPS Management
&& SourceAddressAny] .join('', ['Destination: ',DestinationAddressGroup])