diff --git a/labs/lab2/README.md b/labs/lab2/README.md index 4428b22..e2f0237 100644 --- a/labs/lab2/README.md +++ b/labs/lab2/README.md @@ -464,7 +464,7 @@ proto tcp-client remote *ip_adress* port 1194 dev tun -secret "/home/**username**/OpenVPNconf/ovpn.key" +secret /home/*username*/OpenVPNconf/ovpn.key redirect-gateway def1 ifconfig 10.4.0.2 10.4.0.1 ```