
iptables:ai:5090c
How to limit traffic to zoom
$ iptables -A OUTPUT -p udp --dport 3478:3479 -j DROP
try on your machine
This command blocks outgoing UDP traffic on ports 3478 and 3479, which are commonly used by Zoom.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- how to limit traffic to zoom?