Bypasses Proxy - Elgato
If you’ve ever set up a corporate proxy, a transparent filtering proxy, or even a local debugging proxy like Charles or Burp Suite, you might have noticed something puzzling:
# Example: redirect all TCP/443 from StreamDeck process to local proxy iptables -t nat -A OUTPUT -p tcp --dport 443 -m owner --uid-owner elgato_user -j REDIRECT --to-port 8080 elgato bypasses proxy