-
Notifications
You must be signed in to change notification settings - Fork 285
Open
Description
I have two proxies running on 8083 and 80 I'm using iptables -t nat -A OUTPUT -p tcp --dport 8083 -j DNAT --to-destination :80 and using curl 127.0.0.1:8083 to verify the outgoing traffic goes to proxy on port 80 I also want to capture the traffic on port 8083 but my proxy isn't showing that traffic on port 8083
Metadata
Metadata
Assignees
Labels
No labels