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
Everything works quite well with the local PAC. However, I wanted to upload my local PAC to a gist and use it via a URL. But when I use my rules through a URL, the proxy stops working.
In the logs, I see:
2023-11-30 22:00:08.2562|INFO|Shadowsocks.Controller.UpdateChecker|Checking for version update.
2023-11-30 22:00:09.4225|INFO|Shadowsocks.Controller.UpdateChecker|No new versions found.
2023-11-30 22:00:11.1383|INFO|Shadowsocks.Controller.ShadowsocksController|WPF Localization Extension|Current culture: ru-RU
2023-11-30 22:00:11.1383|DEBUG|Shadowsocks.Controller.PACServer|Set PAC URL:http://[::1]:1080/pac?hash=hHMoeE2w2_xr8kUtvSKnug2&secret=GmQhwa0zlFqxcXO88Dj9Sx7BuLgUNYIYlem6V43X0no1
2023-11-30 22:00:11.2652|INFO|Shadowsocks.Controller.Listener|Shadowsocks started (4.4.1.0)
2023-11-30 22:00:11.2652|DEBUG|Shadowsocks.Controller.Listener|
=========================
Registered Encryptor Info
aes-128-gcm=>AEADOpenSSLEncryptor
aes-192-gcm=>AEADOpenSSLEncryptor
aes-256-gcm=>AEADOpenSSLEncryptor
chacha20-ietf-poly1305=>AEADOpenSSLEncryptor
xchacha20-ietf-poly1305=>AEADSodiumEncryptor
plain=>PlainEncryptor
none=>PlainEncryptor
It seems that something else needs to be specified, but my search did not yield the required result, so I am asking for help. Or am I fundamentally doing something wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using a proxy with my own whitelist, through which traffic is routed. For this, I modified the local PAC. My rule list looks like this:
Everything works quite well with the local PAC. However, I wanted to upload my local PAC to a gist and use it via a URL. But when I use my rules through a URL, the proxy stops working.
In the logs, I see:
It seems that something else needs to be specified, but my search did not yield the required result, so I am asking for help. Or am I fundamentally doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions