How do I stop Shadowsocks from re-adding "/.*/" rule to the PAC configuration file? #3291
Unanswered
Leopold702
asked this question in
Q&A
Replies: 3 comments 1 reply
-
@Leopold702 Have you figured this out? |
Beta Was this translation helpful? Give feedback.
1 reply
-
So sad that this shit is still relevant after two years:( |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't think this app will see much further development, and would suggest to look at Sing-box/Nekobox instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use Shadowsocks in blacklist mode while in PAC mode, meaning that only traffic for particular domains should go through a proxy while all other connections bypass it.
I figured out, that I can achieve this by removing the
"/.*/"
rule from the PAC-file and adding the domains to which I want to connect through the proxy to theuser-rule.txt
. This seems to work, but the only problem is that every time I'm adding a new rule touser-rule.txt
, the"/.*/"
rule gets automatically re-added to the PAC configuration file. I tried disabling the Secure local PAC option, but this didn't help.Does anyone know, if there is a way to stop this behavior?
Beta Was this translation helpful? Give feedback.
All reactions