alesimula / wsa_pacman

A GUI package manager and package installer for Windows Subsystem for Android (WSA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for proxy settings

stephanoskomnenos opened this issue · comments

Hi.
I hope if it's possible to add proxy settings to this app's settings page.

We could use adb to set proxy:
adb shell settings put global http_proxy <ip:port>
where the ip is the IP of your Windows machine for vEthernet (WSL) interface.

(On my machine it is vEthernet (WSL) interface, but I don't know if it will be different on other machines. )