# SOCKS Proxy

## 1. What's it?

From Proxyman 4.9.0, Proxyman supports SOCKS Proxy beside the normal HTTP/HTTPS Proxy.

* Support HTTPS over SOCKS Proxy: All debugging tools (e.g. Map Local, Breakpoint, ...) still work fine.
* Compatible with SOCKS 5

{% hint style="info" %}
Proxyman app doesn't automatically override the System SOCKS Proxy Setting at launch time. You have to manually enable it if needed.
{% endhint %}

{% hint style="warning" %}
Proxyman only supports \`connect `` and `udp` command. The`bind` ``command is not supported yet.
{% endhint %}

## 2. How to use it?

1. Open the SOCKS Proxy Setting in Tools Menu -> Proxy Setting -> SOCKS Proxy Setting
2. By default, Proxyman listens on port 8889&#x20;
3. On your client: Set the SOCKS proxy to 127.0.0.1 at port 8889

<figure><img src="/files/I7QYCemOoH0CgAt6UCsc" alt=""><figcaption><p>SOCKS Proxy</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.proxyman.com/~/revisions/CTFzuwrlmsieJaiDVRDD/advanced-features/socks-proxy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
