]> Cypherpunks.ru repositories - govpn.git/blobdiff - utils/newclient.sh
up.sh is not forcefully required
[govpn.git] / utils / newclient.sh
index a57becbd80af8544beea2a7772bfe31f67cd520f..2c2a811e49aeb5863ecc763d9b4aa56d94ac4ea4 100755 (executable)
@@ -38,17 +38,4 @@ Verifier was generated with:
 
     $(dirname $0)/storekey.sh /tmp/passphrase
     govpn-verifier -key /tmp/passphrase
-
-Create up.sh script that will output on the first line TAP interface
-name that must be used for the peer. For example:
-
-    % umask 077
-    % ed /path/to/up.sh
-    a
-    #!/bin/sh
-    echo tap0
-    .
-    wq
-    20
-    % chmod +x /path/to/up.sh
 EOF