You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed postern and it worked great when I first set up a domain keyword filter.
For some reason though it has stopped taking effect and it is sending additional traffic to the proxy that shouldn't be going there.
I specifically need local host traffic to 127.0.0.1 to be excluded from going to proxy but I can see connection requests to the proxy for that IP.
Traffic outside of my application that I want to go direct is working fine but the traffic in the app is trying to access 127.0.0.1 first which is going to the proxy and breaking the app functionality.
I've tried adding a CIDR rule at the rop of the rule list for 127.0.0.1/8 to go direct but it still doesn't work. I'm assuming maybe its because local host traffic always enters the proxy since it is the same address the VPN will be listening on?
The text was updated successfully, but these errors were encountered:
[General]
skip-proxy = 127.0.0.1/8, localhost, *.local, local
bypass-tun = 127.0.0.1/8, localhost, *.local, local
[Proxy]
MYPROXY = https,1.2.3.4,80
DIRECT = direct
[Proxy Group]
Proxy = select, DIRECT, MYPROXY
[Rule]
DOMAIN-SUFFIX,mydomain.com,Proxy
FINAL,DIRECT
When I set the proxy group to Passthrough the app works correctly without proxying.
When I set the proxy group to MYPROXY the app fails and I see connection attempts to 127.0.0.1 to the proxy server even though it doesn't match the domain suffix...
I installed postern and it worked great when I first set up a domain keyword filter.
For some reason though it has stopped taking effect and it is sending additional traffic to the proxy that shouldn't be going there.
I specifically need local host traffic to 127.0.0.1 to be excluded from going to proxy but I can see connection requests to the proxy for that IP.
The rules are configured as follows:
Traffic outside of my application that I want to go direct is working fine but the traffic in the app is trying to access 127.0.0.1 first which is going to the proxy and breaking the app functionality.
I've tried adding a CIDR rule at the rop of the rule list for 127.0.0.1/8 to go direct but it still doesn't work. I'm assuming maybe its because local host traffic always enters the proxy since it is the same address the VPN will be listening on?
The text was updated successfully, but these errors were encountered: