Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
home
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Leona
home
Commits
d7f1d927
Commit
d7f1d927
authored
Oct 28, 2019
by
张伟-admin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
b18e0bf0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
README.md
README.md
+7
-0
No files found.
README.md
View file @
d7f1d927
...
...
@@ -41,6 +41,13 @@ firewall-cmd --permanent --zone=public --add-forward-port=port=9104:proto=tcp:to
firewall-cmd --permanent --zone=public --add-forward-port=port=9080:proto=tcp:toport=80:toaddr=192.168.1.210
```
##### 删除防火墙配置
```
firewall-cmd --permanent --zone=public --remove-forward-port=port=9010:proto=tcp:toport=9010:toaddr=192.168.1.210
```
##### 刷新防火墙配置
```
firewall-cmd --reload
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment