diff --git a/blog/_posts/2016-06-23-firewalld-0-4-3-release.md b/blog/_posts/2016-06-23-firewalld-0-4-3-release.md index 9dc9fc9..a51bcc4 100644 --- a/blog/_posts/2016-06-23-firewalld-0-4-3-release.md +++ b/blog/_posts/2016-06-23-firewalld-0-4-3-release.md @@ -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** diff --git a/blog/_posts/2017-02-10-firewalld-0-4-4-3-release.md b/blog/_posts/2017-02-10-firewalld-0-4-4-3-release.md index 3438b31..0e0dfd6 100644 --- a/blog/_posts/2017-02-10-firewalld-0-4-4-3-release.md +++ b/blog/_posts/2017-02-10-firewalld-0-4-4-3-release.md @@ -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: diff --git a/documentation/utilities/firewall-offline-cmd.md b/documentation/utilities/firewall-offline-cmd.md index 0f38c8f..3b17b53 100644 --- a/documentation/utilities/firewall-offline-cmd.md +++ b/documentation/utilities/firewall-offline-cmd.md @@ -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