瀏覽代碼

Update quick-start.rst

Alex 4 年之前
父節點
當前提交
b1609fe20b
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/quick-start.rst

+ 1 - 2
docs/quick-start.rst

@@ -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.