mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-28 01:52:58 +08:00
commit
434b33ea30
1 changed files with 2 additions and 2 deletions
|
@ -53,9 +53,9 @@ After installing Netmaker, check out the [Walkthrough](https://itnext.io/getting
|
||||||
|
|
||||||
**Deploy a "Hub-And-Spoke VPN" on the server**
|
**Deploy a "Hub-And-Spoke VPN" on the server**
|
||||||
*This will configure a standard VPN (non-meshed) for private internet access, with 10 clients (-c).*
|
*This will configure a standard VPN (non-meshed) for private internet access, with 10 clients (-c).*
|
||||||
`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh | bash -s -- -v true -c 7`
|
`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh | bash -s -- -v true -c 10`
|
||||||
|
|
||||||
**Specify Domain sand Email**
|
**Specify Domain and Email**
|
||||||
*Make sure your wildcard domain is pointing towards the server ip.*
|
*Make sure your wildcard domain is pointing towards the server ip.*
|
||||||
`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh | bash -s -- -d mynetmaker.domain.com -e example@email.com`
|
`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh | bash -s -- -d mynetmaker.domain.com -e example@email.com`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue