From 26f98e57fe9a5942ffb717d7d025493a58592714 Mon Sep 17 00:00:00 2001 From: DyonR Date: Wed, 25 Nov 2020 04:11:51 +0100 Subject: [PATCH] Fixed a typo in the How to use WireGuard section Thanks to Quintanium on the Unraid Forums to let me know about this! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 932875c..ef7d36e 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Access http://IPADDRESS:PORT from a browser on the same network. (for example: h |`password`| `adminadmin` | # How to use WireGuard -The container will fail to boot if `VPN_ENABLED` is set and there is no valid .conf file present in the /config/wireguard directory. Drop a .conf file from your VPN provider into /config/wireguard and start the container again. The file must have the name `wg0.confg`. +The container will fail to boot if `VPN_ENABLED` is set and there is no valid .conf file present in the /config/wireguard directory. Drop a .conf file from your VPN provider into /config/wireguard and start the container again. The file must have the name `wg0.conf`. # How to use OpenVPN The container will fail to boot if `VPN_ENABLED` is set and there is no valid .ovpn file present in the /config/openvpn directory. Drop a .ovpn file from your VPN provider into /config/openvpn and start the container again. You may need to edit the ovpn configuration file to load your VPN credentials from a file by setting `auth-user-pass`.