From a70f23eb661c23485072d72a0b015f82624e4d99 Mon Sep 17 00:00:00 2001 From: afeiszli Date: Thu, 2 Jun 2022 10:19:33 -0400 Subject: [PATCH] changing ports in quick installer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46be4670..dc9fac4d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ a platform for modern, blazing fast virtual networks **For production-grade installations, visit the [Install Docs](https://netmaker.readthedocs.io/en/master/install.html).** **For an HA install using helm on k8s, visit the [Helm Repo](https://github.com/gravitl/netmaker-helm/).** 1. Get a cloud VM with Ubuntu 20.04 and a public IP. -2. Open ports 443, 80, 53, 8883, and 51821-51830/udp on the VM firewall and in cloud security settings. +2. Open ports 443, 53, and 51821-51830/udp on the VM firewall and in cloud security settings. 3. Run the script **(see below for optional configurations)**: `wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh | sudo bash`