mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-14 16:22:58 +02:00
Highlight wireguard for Torguard
@@ -1,5 +1,10 @@
|
|||||||
## TLDR
|
## TLDR
|
||||||
|
|
||||||
|
💁 To use with Wireguard, see [Wireguard#Custom-setup](Wireguard#Custom-setup).
|
||||||
|
Wireguard usually is more stable and more performant than OpenVPN.
|
||||||
|
|
||||||
|
For OpenVPN:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -it --rm --cap-add=NET_ADMIN -e VPN_SERVICE_PROVIDER=torguard \
|
docker run -it --rm --cap-add=NET_ADMIN -e VPN_SERVICE_PROVIDER=torguard \
|
||||||
-e OPENVPN_USER=abc -e OPENVPN_PASSWORD=abc \
|
-e OPENVPN_USER=abc -e OPENVPN_PASSWORD=abc \
|
||||||
@@ -20,8 +25,6 @@ services:
|
|||||||
- SERVER_COUNTRIES=Netherlands
|
- SERVER_COUNTRIES=Netherlands
|
||||||
```
|
```
|
||||||
|
|
||||||
💁 To use with Wireguard, see [Wireguard#Custom-setup](Wireguard#Custom-setup).
|
|
||||||
|
|
||||||
## Required environment variables
|
## Required environment variables
|
||||||
|
|
||||||
- `VPN_SERVICE_PROVIDER=torguard`
|
- `VPN_SERVICE_PROVIDER=torguard`
|
||||||
|
|||||||
Reference in New Issue
Block a user