From 4282780a04abb30c23dbd4ff641af18f00e54bf9 Mon Sep 17 00:00:00 2001 From: SwagColoredKitteh Date: Fri, 27 Jan 2017 13:30:55 +0100 Subject: [PATCH] fix a little mistake in vpncloud.md --- vpncloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpncloud.md b/vpncloud.md index c349ab9..05c1b71 100644 --- a/vpncloud.md +++ b/vpncloud.md @@ -266,7 +266,7 @@ detailed descriptions of the options. * `device_type`: Set the type of network. Same as `--type` * `device_name`: Name of the virtual device. Same as `--device` * `ifup`: A command to setup the network interface. Same as `--ifup` -* `ifup`: A command to bring down the network interface. Same as `--ifdown` +* `ifdown`: A command to bring down the network interface. Same as `--ifdown` * `crypto`: The encryption method to use. Same as `--crypto` * `shared_key`: The shared key to encrypt all traffic. Same as `--shared-key` * `magic`: Override the 4-byte magic header of each packet. Same as `--magic`