Usage: vpncloud [options] [-t ] [-d ] [-l ] [-c ...] Options: -t , --type Set the type of network ("tap" or "tun"). [default: tap] -d , --device Name of the virtual device. [default: vpncloud%d] -m , --mode The mode of the VPN ("hub", "switch", "router", or "normal"). [default: normal] -l , --listen The address to listen for data. [default: 0.0.0.0:3210] -c , --connect Address of a peer to connect to. --subnet The local subnets to use. --network-id Optional token that identifies the network. --shared-key The shared key to encrypt all traffic. --crypto The encryption method to use ("aes256", or "chacha20"). [default: aes256] --peer-timeout Peer timeout in seconds. [default: 1800] --dst-timeout Switch table entry timeout in seconds. [default: 300] --ifup A command to setup the network interface. --ifdown A command to bring down the network interface. -v, --verbose Print debug information. -q, --quiet Only print errors and warnings. -h, --help Display the help. -V, --version Print the version and exit.