> For the complete documentation index, see [llms.txt](https://crypto.phbot.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crypto.phbot.org/configuration/proxy.md).

# Proxy

## Proxy

Proxies are supported in `v1.1.1` and onward.

#### Example

**SOCKS 5**

```
socks5://127.0.0.1:1080
```

**SOCKS 5 w/authentication**

```
socks5://user:pass@127.0.0.1:1080
```

**SOCKS 4a**

```
socks4a://127.0.0.1:1080
```

**HTTP**

```
http://127.0.0.1:80
```

**HTTPS**

```
https://127.0.0.1:443
```
