ubuntu/ufw/\347\211\271\345\256\232\343\201\256\343\203\215\343\203\203\343\203\210\343\203\257\343\203\274\343\202\257\343\201\213\343\202\211\343\201\256\343\201\277\351\200\232\344\277\241\343\202\222\350\250\261\345\217\257\343\201\231\343\202\213.md
... ...
@@ -0,0 +1,7 @@
1
+[UFW Essentials: Common Firewall Rules and Commands | DigitalOcean](https://www.digitalocean.com/community/tutorials/ufw-essentials-common-firewall-rules-and-commands)
2
+
3
+
4
+`192.168.1.0/24`のみSSH接続を許可する.
5
+```
6
+$ sudo ufw allow from 192.168.1.0/24 to any port 22
7
+```
... ...
\ No newline at end of file