Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/_posts/2016-06-23-firewalld-0-4-3-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The main changes are

**Add and remove several ipset entries with firewall-config**

The graphical configuration tool firewall-config now also has the ability to add and remove ipset entries loaded from a file. This is the same as the the command line options --add-entries-from-file and --remove-entries-from-file. This is possible in the runtime and also to the permanent environment.
The graphical configuration tool firewall-config now also has the ability to add and remove ipset entries loaded from a file. This is the same as the command line options --add-entries-from-file and --remove-entries-from-file. This is possible in the runtime and also to the permanent environment.

**Create backup on removal of zones, services, ipsets and icmptypes**

Expand Down
2 changes: 1 addition & 1 deletion blog/_posts/2017-02-10-firewalld-0-4-4-3-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is the list of ipset types that can now be managed by firewalld:
* hash:net,iface
* hash:mac

To speed up the generation and to simplifay the ipset generation in transactions, new checks have been added to be able to verify ipset entries according to the the ipset type.
To speed up the generation and to simplifay the ipset generation in transactions, new checks have been added to be able to verify ipset entries according to the ipset type.

Currently there is no way to define how ipsets are used as sources, therefore only a limited list of ipset types can be used as sources in zones at the moment. These are:

Expand Down
2 changes: 1 addition & 1 deletion documentation/utilities/firewall-offline-cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is the command line tool to be able to configure firewalld if it is not run

You need to be root to use firewall-offline-cmd.

firewall-offline-cmd is only able to provide information about the permanent convironment and also to alter it. It uses the the firewalld core with the file IO handlers. firewall-offline-cmd can be used while firewalld is running, but it is not recommended. Changes made with firewall-offline-cmd are visible in firewall after about five seconds.
firewall-offline-cmd is only able to provide information about the permanent convironment and also to alter it. It uses the firewalld core with the file IO handlers. firewall-offline-cmd can be used while firewalld is running, but it is not recommended. Changes made with firewall-offline-cmd are visible in firewall after about five seconds.

## Examples of the firewall-offline-cmd usage

Expand Down