mirror of https://github.com/dswd/vpncloud.git
parent
69b1229856
commit
bd839534e0
12
README.md
12
README.md
|
@ -9,15 +9,15 @@ establishes an encrypted fully-meshed VPN network in a peer-to-peer manner.
|
||||||
It can work on TUN devices (IP based) and TAP devices (Ethernet based).
|
It can work on TUN devices (IP based) and TAP devices (Ethernet based).
|
||||||
Tunneling traffic between two nodes can be as easy as:
|
Tunneling traffic between two nodes can be as easy as:
|
||||||
|
|
||||||
$> vpncloud -c REMOTE_HOST:PORT -p 'mypassword' --ip 10.0.0.1/24
|
$> vpncloud -c REMOTE_HOST:PORT -p 'mypassword' --ip 10.0.0.1/24
|
||||||
|
|
||||||
or as config file:
|
or as config file:
|
||||||
|
|
||||||
crypto:
|
crypto:
|
||||||
password: mysecret
|
password: mysecret
|
||||||
ip: 10.0.0.1
|
ip: 10.0.0.1
|
||||||
peers:
|
peers:
|
||||||
- REMOTE_HOST:PORT
|
- REMOTE_HOST:PORT
|
||||||
|
|
||||||
For more information, please see the [Website](https://vpncloud.ddswd.de) or the [Forum](https://groups.google.com/forum/#!forum/vpncloud).
|
For more information, please see the [Website](https://vpncloud.ddswd.de) or the [Forum](https://groups.google.com/forum/#!forum/vpncloud).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue