diff --git a/Setup/Providers/Torguard.md b/Setup/Providers/Torguard.md index 78d8840..9e1fe9b 100644 --- a/Setup/Providers/Torguard.md +++ b/Setup/Providers/Torguard.md @@ -1,5 +1,10 @@ ## 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 docker run -it --rm --cap-add=NET_ADMIN -e VPN_SERVICE_PROVIDER=torguard \ -e OPENVPN_USER=abc -e OPENVPN_PASSWORD=abc \ @@ -20,8 +25,6 @@ services: - SERVER_COUNTRIES=Netherlands ``` -💁 To use with Wireguard, see [Wireguard#Custom-setup](Wireguard#Custom-setup). - ## Required environment variables - `VPN_SERVICE_PROVIDER=torguard`