Hi, I am trying to set up transparent proxy for android emulator. I’ve followed all the steps but when i run the proxy, I get
Could not resolve original destination.
Checking a little further, the command
sudo pfctl -s state gives No ALTQ support in kernel. ALTQ related functions disabled.
I’ve configured sudoers as mentioned in the docs. Doing a pfctl -s info gives the following
No ALTQ support in kernel
ALTQ related functions disabled
Status: Enabled for 15 days 17:31:03 Debug: Urgent
State Table Total Rate
current entries 0
searches 137295786 101.0/s
inserts 0 0.0/s
removals 0 0.0/s
Counters
match 119606559 88.0/s
bad-offset 0 0.0/s
fragment 0 0.0/s
The current entries are 0. Is it correct ? I’ve the mac firewall enabled and i don’t block any connections. Any suggestions how i can fix this ?