From c9e95fa12cf551ba7d9e6ced0dfccd2bacac5e46 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 23:24:42 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96bd922..422f273 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This is where qBittorrent will store your downloads, incomplete downloads and/or | Variable | Required| Function | Example | |----------|----------|----------|----------| |`VPN_ENABLED`| Yes | Enable VPN? (yes\|no) Default:yes|`VPN_ENABLED=yes`| -|`LAN_NETWORK`| Yes | Local Network with CIDR notation |`OPENVPN_PASSWORD=192.168.1.0/24`| +|`LAN_NETWORK`| Yes | Local Network with CIDR notation |`LAN_NETWORK=192.168.1.0/24`| |`NAME_SERVERS`| No | Comma delimited name servers |`NAME_SERVERS=8.8.8.8,8.8.4.4`| |`PUID`| No | UID applied to config files and downloads |`PUID=99`| |`PGID`| No | GID applied to config files and downloads |`PGID=100`|