Skip to content

Commit c0927b6

Browse files
authored
Merge pull request #468 from gravitl/feature_v0.9.0_cleanup
Feature v0.9.0 cleanup
2 parents d69fa92 + caa0253 commit c0927b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+166
-5427
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
# Get Started in 5 Minutes
3737

3838
**For DigitalOcean, use the 1-Click App:** <a href="https://marketplace.digitalocean.com/apps/netmaker?refcode=496ffcf1e252"><img src="https://www.deploytodo.com/do-btn-blue.svg" width="15%" /></a>
39-
**For production-grade installations, visit the [Install Docs](https://netmaker.readthedocs.io/en/develop/install.html).**
39+
**For production-grade installations, visit the [Install Docs](https://netmaker.readthedocs.io/en/master/install.html).**
4040
**For an HA install using helm on k8s, visit the [Helm Repo](https://github.com/gravitl/netmaker-helm/).**
4141
1. Get a cloud VM with Ubuntu 20.04 and a public IP.
4242
2. Open ports 443, 53, and 51821-51830/udp on the VM firewall and in cloud security settings.
4343
3. Run the script **(see below for optional configurations)**:
4444

45-
`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh | bash`
45+
`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/masters/scripts/nm-quick.sh | bash`
4646

4747
Upon completion, the logs will display a script that can be used to automatically connect Linux and Mac devices. It will also display instructions for Windows, iPhone, and Android.
4848

@@ -52,11 +52,11 @@ After installing Netmaker, check out the [Walkthrough](https://itnext.io/getting
5252

5353
**Deploy a "Hub-And-Spoke VPN" on the server**
5454
*This will configure a standard VPN (non-meshed) for private internet access, with 10 clients (-c).*
55-
`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh | bash -s -- -v true -c 10`
55+
`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh | bash -s -- -v true -c 10`
5656

5757
**Specify Domain and Email**
5858
*Make sure your wildcard domain is pointing towards the server ip.*
59-
`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh | bash -s -- -d mynetmaker.domain.com -e [email protected]`
59+
`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh | bash -s -- -d mynetmaker.domain.com -e [email protected]`
6060

6161
**Script Options**
6262
```
-2.94 KB
Binary file not shown.
-3.85 KB
Binary file not shown.
1.01 KB
Binary file not shown.
5.5 KB
Binary file not shown.
-11.1 KB
Binary file not shown.
-4 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.
-8.23 KB
Binary file not shown.

0 commit comments

Comments
 (0)