alex8088 / electron-vite

Next generation Electron build tooling based on Vite 新一代 Electron 开发构建工具,支持源代码保护
https://electron-vite.org
MIT License
3.57k stars 153 forks source link

您好,我有个问题想咨询一下您 #525

Open MissGwen opened 5 months ago

MissGwen commented 5 months ago

Clear and concise description of the problem

const ses = session.fromPartition('persist:github')

ses.setProxy({
  proxyRules: 'socks5://username:password@127.0.0.1:1080'
})

我想给session设置socks代理,代理有用户名密码的校验,我这样写,代理并不生效。 想请问一下有什么解决办法吗

Suggested solution

😁😁😁期待回复

Alternative

No response

Additional context

No response

Validations

alex8088 commented 5 months ago

https://www.electronjs.org/docs/latest/api/structures/proxy-config

MissGwen commented 5 months ago

https://www.electronjs.org/docs/latest/api/structures/proxy-config

这里好像并没有提及有关用户名密码的配置校验问题😭😭

bitexuange commented 5 months ago

https://www.electronjs.org/docs/latest/api/structures/proxy-config

这里好像并没有提及有关用户名密码的配置校验问题😭😭

需要启动node启动本地服务器,使用socks插件链接代理

MissGwen commented 5 months ago

https://www.electronjs.org/docs/latest/api/structures/proxy-config

这里好像并没有提及有关用户名密码的配置校验问题😭😭

需要启动node启动本地服务器,使用socks插件链接代理

请问有具体的代码吗,在网上没有找到适合的案例

bitexuange commented 5 months ago

https://www.electronjs.org/docs/latest/api/structures/proxy-config

这里好像并没有提及有关用户名密码的配置校验问题😭😭

需要启动node启动本地服务器,使用socks插件链接代理

请问有具体的代码吗,在网上没有找到适合的案例 socks和proxy-chain