Skip to content

Commit

Permalink
add i nenv var for startup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Feb 19, 2024
1 parent 11d6fb0 commit 147215e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ docker run -d \
-e VPN_OPTIONS=<additional openvpn cli options> \
-e STRICT_PORT_FORWARD=<yes|no> \
-e ENABLE_PRIVOXY=<yes|no> \
-e ENABLE_STARTUP_SCRIPTS=<yes|no> \
-e LAN_NETWORK=<lan ipv4 network>/<cidr notation> \
-e NAME_SERVERS=<name server ip(s)> \
-e VPN_INPUT_PORTS=<port number(s)> \
Expand Down Expand Up @@ -76,6 +77,7 @@ docker run -d \
-e VPN_CLIENT=openvpn \
-e STRICT_PORT_FORWARD=no \
-e ENABLE_PRIVOXY=yes \
-e ENABLE_STARTUP_SCRIPTS=no \
-e LAN_NETWORK=192.168.1.0/24 \
-e NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1 \
-e VPN_INPUT_PORTS=1234 \
Expand Down Expand Up @@ -114,6 +116,7 @@ docker run -d \
-e VPN_PROV=airvpn \
-e VPN_CLIENT=openvpn \
-e ENABLE_PRIVOXY=yes \
-e ENABLE_STARTUP_SCRIPTS=no \
-e LAN_NETWORK=192.168.1.0/24 \
-e NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1 \
-e VPN_INPUT_PORTS=1234 \
Expand Down

0 comments on commit 147215e

Please sign in to comment.