Add 3proxy link in the README
This commit is contained in:
parent
1cd6485741
commit
24f86f7f38
@ -1,6 +1,6 @@
|
|||||||
# WireGuard with 3proxy Docker Image
|
# WireGuard with 3proxy Docker Image
|
||||||
|
|
||||||
This Docker image combines WireGuard VPN with 3proxy to provide both HTTP and SOCKS5 proxy services through a VPN tunnel.
|
This Docker image combines WireGuard VPN with [3proxy](https://3proxy.org/) to provide both HTTP and SOCKS5 proxy services through a VPN tunnel.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ This Docker image combines WireGuard VPN with 3proxy to provide both HTTP and SO
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. Prepare your WireGuard configuration file `wg0.conf`. Example:
|
- Prepare your WireGuard configuration file `wg0.conf`. Example:
|
||||||
```ini
|
```ini
|
||||||
[Interface]
|
[Interface]
|
||||||
PrivateKey = your_private_key
|
PrivateKey = your_private_key
|
||||||
@ -31,7 +31,7 @@ AllowedIPs = 0.0.0.0/0
|
|||||||
Endpoint = peer_endpoint:port
|
Endpoint = peer_endpoint:port
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Run with Docker Compose:
|
- Run with Docker Compose:
|
||||||
```bash
|
```bash
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
@ -103,4 +103,4 @@ This project is licensed under the MIT License.
|
|||||||
Project source code and documentation are available on [GitHub](https://github.com/rbehzadan/wireguard-3proxy-docker).
|
Project source code and documentation are available on [GitHub](https://github.com/rbehzadan/wireguard-3proxy-docker).
|
||||||
|
|
||||||
## Similar Projects
|
## Similar Projects
|
||||||
[linuxserver/wireguard](https://hub.docker.com/r/linuxserver/wireguard) - A robust WireGuard container that focuses on VPN functionality. Our project extends this concept by adding HTTP and SOCKS5 proxy capabilities through 3proxy.
|
[linuxserver/wireguard](https://hub.docker.com/r/linuxserver/wireguard) - A robust WireGuard container that focuses on VPN functionality. Our project extends this concept by adding HTTP and SOCKS5 proxy capabilities through [3proxy](https://3proxy.org/).
|
||||||
|
Loading…
Reference in New Issue
Block a user