How to let WSA share the same proxy on Windows

William William 5 Reputation points
2023-08-30T13:19:38.3933333+00:00

As the title says, I am using Clash for Windows to access certain websites, but I also wonder if WSA can use the proxy on Windows, not connecting to the Internet directly.

And my settings of the proxy:

User's image

User's image

Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
779 questions
{count} votes

5 answers

Sort by: Most helpful
  1. natum ragnag 5 Reputation points
    2023-11-20T00:47:02.6533333+00:00

    Well,you can use tun mode to solve it.The TUN mode enables a true global proxy.That means that all Windowsapps , including WSA, must pass through its proxy.And by the way,even though it's not Thursday today,could you please vivo 50?

    1 person found this answer helpful.
    0 comments No comments

  2. Limitless Technology 44,431 Reputation points
    2023-09-01T08:13:43.6933333+00:00

    Hello there,

    By removing Network Address Translation and bridging the VM to the host's IP, Android apps could now communicate with other devices on the same network, such as IP cameras, audio streaming devices, or play multiplayer LAN games.

    "This setting allows Android apps to connect to other devices on the same network as your Windows PC. When this setting is turned on, you can play content wirelessly,"

    Something in this article might help you out

    https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/configure-proxy-internet?view=o365-worldwide

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

  3. Shujun Chen (Shanghai Wicresoft Co Ltd) 5 Reputation points Microsoft Vendor
    2024-01-05T01:42:50.98+00:00

    Hello,

    Thank you for posting in Q&A forum.

    You can try below method to

    If you are looking to route traffic through WSA proxy on Windows Client directly, please follow below steps:

    1. Open Settings on your Windows machine.
    2. Go to "Network & Internet" and select "Proxy" from the left menu.
    3. Under "Manual proxy setup" section, click the switch to enable the "Use a proxy server".

    4.Enter the IP address and port number of WSA device in the respective fields.

    Click "Save."

    To help other customers who may be facing the same issue, please don't forget to vote if the reply is helpful.

    Best Regards,

    Shujun


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  4. Shujun Chen (Shanghai Wicresoft Co Ltd) 5 Reputation points Microsoft Vendor
    2024-01-05T02:08:31.3166667+00:00

    Hello,

    Thank you for posting in Q&A forum.

    You can try below method to

    If you are looking to route traffic through WSA proxy on Windows Client directly, please follow below steps:

    1. Open Settings on your Windows machine.
    2. Go to "Network & Internet" and select "Proxy" from the left menu.
    3. Under "Manual proxy setup" section, click the switch to enable the "Use a proxy server".

    4.Enter the IP address and port number of WSA device in the respective fields.

    Click "Save."

    To help other customers who may be facing the same issue, please don't forget to vote if the reply is helpful.

    Best Regards,

    Shujun


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  5. Hacker Monica 0 Reputation points
    2024-11-13T13:59:57.5+00:00

    I think your code can work now. I just tried your code like this:

    ~  $  adb connect 127.0.0.1:58526
    * daemon not running; starting now at tcp:5037
    * daemon started successfully
    failed to authenticate to 127.0.0.1:58526
    ~  $  adb shell settings put global http_proxy 192.168.1.2:7890
    

    The proxy works well and the browser can connect the network as expect:

    User's image

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.