We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24209e0 commit 90ab545Copy full SHA for 90ab545
Linux相关/开放端口.md
@@ -0,0 +1,7 @@
1
+很多云服务器上只开放80端口,其他端口都被禁用了,这时可以通过命令开放:
2
+
3
+例如:开放25端口
4
5
+```sh
6
+sudo ufw allow 25/tcp
7
+```
0 commit comments