mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-27 01:23:00 +08:00
Update quick-start.rst
This commit is contained in:
parent
aa21a09a76
commit
b1609fe20b
1 changed files with 1 additions and 2 deletions
|
@ -106,8 +106,7 @@ Prepare Firewall
|
|||
|
||||
Make sure firewall settings are appropriate for Netmaker. You need ports 53 and 443. On the server you can run:
|
||||
|
||||
``sudo ufw allow proto tcp from any to any port 443``
|
||||
``sudo ufw allow dns``
|
||||
``sudo ufw allow proto tcp from any to any port 443 && sudo ufw allow dns``
|
||||
|
||||
Based on your cloud provider, you may also need to set inbound security rules for your server. This will be dependent on your cloud provider. Be sure to check before moving on.
|
||||
|
||||
|
|
Loading…
Reference in a new issue