I'm trying to do some testing and would like to setup my network to only allow traffic on 80/443, expect for specific IP addresses where I will specify a TCP port and UDP port.
Once completed, I want to test a website that has standard HTTP 80/443 traffic but am doing specific WebRTC testing via a proxy on those ports at a specified IP address (later to be a set of addresses).
Options I have are to use my OpenWRT luci based router (https://github.com/openwrt/luci), Windows firewall or Mac. I'm not sure where to start or how to proceed so any help would be greatly appreciated!