]> Cypherpunks.ru repositories - govpn.git/blobdiff - utils/newclient.sh
[DOC] Fix link to russian about page in release announcement email template
[govpn.git] / utils / newclient.sh
index e0d8c855b8fad14f1b3c8538242d0eb741c5b581..a57becbd80af8544beea2a7772bfe31f67cd520f 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh -e
 
+PATH=$PATH:.
+
 [ -n "$1" ] || {
     cat <<EOF
 Example script for creating new user peer for GoVPN.
@@ -28,6 +30,7 @@ Place the following JSON configuration entry on the server's side:
 
     "$username": {
         "up": "/path/to/up.sh",
+        "iface": "or TAP interface name",
         "verifier": "$verifierS"
     }